Home
last modified time | relevance | path

Searched refs:old_command_name (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/commands/
Dcommand_service.cc257 std::string old_command_name; in AddKeybindingPref() local
259 item->GetString(kCommandName, &old_command_name); in AddKeybindingPref()
260 RemoveKeybindingPrefs(old_extension_id, old_command_name); in AddKeybindingPref()