| Index: chrome/browser/extensions/extension_commands_global_registry.h
|
| diff --git a/chrome/browser/extensions/extension_commands_global_registry.h b/chrome/browser/extensions/extension_commands_global_registry.h
|
| index 06efa812a56c92bf99d0d9edbdf6bfc232d918f7..22d1ed4f374029c5d722ca032fbedb27fbadbe7f 100644
|
| --- a/chrome/browser/extensions/extension_commands_global_registry.h
|
| +++ b/chrome/browser/extensions/extension_commands_global_registry.h
|
| @@ -41,9 +41,6 @@ class ExtensionCommandsGlobalRegistry
|
| // profile.
|
| static ExtensionCommandsGlobalRegistry* Get(content::BrowserContext* context);
|
|
|
| - // Enables/Disables global shortcut handling in Chrome.
|
| - static void SetShortcutHandlingSuspended(bool suspended);
|
| -
|
| explicit ExtensionCommandsGlobalRegistry(content::BrowserContext* context);
|
| ~ExtensionCommandsGlobalRegistry() override;
|
|
|
| @@ -74,6 +71,7 @@ class ExtensionCommandsGlobalRegistry
|
| const std::string& command_name) override;
|
| void RemoveExtensionKeybindingImpl(const ui::Accelerator& accelerator,
|
| const std::string& command_name) override;
|
| + void OnShortcutHandlingSuspended(bool suspended) override;
|
|
|
| // Called by the GlobalShortcutListener object when a shortcut this class has
|
| // registered for has been pressed.
|
|
|