| Index: chrome/browser/ui/views/extensions/extension_keybinding_registry_views.h
|
| diff --git a/chrome/browser/ui/views/extensions/extension_keybinding_registry_views.h b/chrome/browser/ui/views/extensions/extension_keybinding_registry_views.h
|
| index 65decac1e626819f836f0eeda9779acc4a90c518..9f73a653eb17ac2a96e67a4c3818bf040afc06ac 100644
|
| --- a/chrome/browser/ui/views/extensions/extension_keybinding_registry_views.h
|
| +++ b/chrome/browser/ui/views/extensions/extension_keybinding_registry_views.h
|
| @@ -47,6 +47,7 @@ class ExtensionKeybindingRegistryViews
|
| const std::string& command_name) override;
|
| void RemoveExtensionKeybindingImpl(const ui::Accelerator& accelerator,
|
| const std::string& command_name) override;
|
| + void OnShortcutHandlingSuspended(bool suspended) override;
|
|
|
| // Weak pointer to the our profile. Not owned by us.
|
| Profile* profile_;
|
|
|