| Index: chrome/browser/extensions/extension_keybinding_registry.h
|
| diff --git a/chrome/browser/extensions/extension_keybinding_registry.h b/chrome/browser/extensions/extension_keybinding_registry.h
|
| index 2e4c754db225195d060933811b59245d9acd74cd..c89efc2587b923026c4bfa841767dd15a4397dd3 100644
|
| --- a/chrome/browser/extensions/extension_keybinding_registry.h
|
| +++ b/chrome/browser/extensions/extension_keybinding_registry.h
|
| @@ -17,6 +17,10 @@
|
|
|
| class Profile;
|
|
|
| +namespace content {
|
| +class BrowserContext;
|
| +}
|
| +
|
| namespace ui {
|
| class Accelerator;
|
| }
|
| @@ -45,7 +49,7 @@ class ExtensionKeybindingRegistry : public content::NotificationObserver {
|
|
|
| // If |extension_filter| is not ALL_EXTENSIONS, only keybindings by
|
| // by extensions that match the filter will be registered.
|
| - ExtensionKeybindingRegistry(Profile* profile,
|
| + ExtensionKeybindingRegistry(content::BrowserContext* context,
|
| ExtensionFilter extension_filter,
|
| Delegate* delegate);
|
|
|
|
|