| Index: chrome/browser/ui/cocoa/extensions/shell_window_cocoa.mm
|
| diff --git a/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.mm b/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.mm
|
| index a51806361a3e558bbf08a6e662eaf341a7e7ffbe..c0e9ea17574bec1553c2a531ffab4fc43f272dd6 100644
|
| --- a/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.mm
|
| +++ b/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.mm
|
| @@ -224,9 +224,11 @@ ShellWindowCocoa::ShellWindowCocoa(ShellWindow* shell_window,
|
| [[window_controller_ window] setDelegate:window_controller_];
|
| [window_controller_ setShellWindow:this];
|
|
|
| - extension_keybinding_registry_.reset(
|
| - new ExtensionKeybindingRegistryCocoa(shell_window_->profile(), window,
|
| - extensions::ExtensionKeybindingRegistry::PLATFORM_APPS_ONLY));
|
| + extension_keybinding_registry_.reset(new ExtensionKeybindingRegistryCocoa(
|
| + shell_window_->profile(),
|
| + window,
|
| + extensions::ExtensionKeybindingRegistry::PLATFORM_APPS_ONLY,
|
| + shell_window));
|
| }
|
|
|
| void ShellWindowCocoa::InstallView() {
|
|
|