| 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..b1f595f1a3db85934ece66dfa86c3259dd706330 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;
|
|
|
| @@ -61,6 +58,9 @@ class ExtensionCommandsGlobalRegistry
|
| // window or on the global registry.
|
| bool IsRegistered(const ui::Accelerator& accelerator);
|
|
|
| + // Overridden from ExtensingKeybindingRegistry.
|
| + void SetShortcutHandlingSuspended(bool suspended) override;
|
| +
|
| private:
|
| friend class BrowserContextKeyedAPIFactory<ExtensionCommandsGlobalRegistry>;
|
|
|
|
|