Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6994)

Unified Diff: chrome/browser/ui/views/extensions/extension_keybinding_registry_views.h

Issue 10701005: Extension Commands changed by the user now take effect immediately. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/extensions/extension_keybinding_registry_views.h
===================================================================
--- chrome/browser/ui/views/extensions/extension_keybinding_registry_views.h (revision 144430)
+++ chrome/browser/ui/views/extensions/extension_keybinding_registry_views.h (working copy)
@@ -44,9 +44,11 @@
private:
// Overridden from ExtensionKeybindingRegistry:
virtual void AddExtensionKeybinding(
- const extensions::Extension* extension) OVERRIDE;
+ const extensions::Extension* extension,
+ const std::string& command_name) OVERRIDE;
virtual void RemoveExtensionKeybinding(
- const extensions::Extension* extension) OVERRIDE;
+ const extensions::Extension* extension,
+ const std::string& command_name) OVERRIDE;
// Weak pointer to the our profile. Not owned by us.
Profile* profile_;

Powered by Google App Engine
This is Rietveld 408576698