| 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_;
|
|
|