| Index: chrome/browser/ui/cocoa/browser_window_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller.mm b/chrome/browser/ui/cocoa/browser_window_controller.mm
|
| index cb00583f131f285a812f02325fc9e05c07bdadcd..6e87b171a020e0beac28106454bb76c9a938eab2 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller.mm
|
| @@ -1264,12 +1264,6 @@ using content::WebContents;
|
| [NSApp currentEvent], modifierFlags));
|
| }
|
|
|
| -// Called when another part of the internal codebase needs to execute a
|
| -// command.
|
| -- (void)executeCommand:(int)command {
|
| - chrome::ExecuteCommand(browser_.get(), command);
|
| -}
|
| -
|
| - (BOOL)handledByExtensionCommand:(NSEvent*)event
|
| priority:(ui::AcceleratorManager::HandlerPriority)priority {
|
| return extension_keybinding_registry_->ProcessKeyEvent(
|
|
|