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

Unified Diff: chrome/browser/ui/gtk/extensions/extension_keybinding_registry_gtk.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/gtk/extensions/extension_keybinding_registry_gtk.h
===================================================================
--- chrome/browser/ui/gtk/extensions/extension_keybinding_registry_gtk.h (revision 144430)
+++ chrome/browser/ui/gtk/extensions/extension_keybinding_registry_gtk.h (working copy)
@@ -53,9 +53,11 @@
protected:
// 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;
private:
// The accelerator handler for when the extension command shortcuts are

Powered by Google App Engine
This is Rietveld 408576698