Index: chrome/browser/ui/cocoa/browser_window_utils.mm |
diff --git a/chrome/browser/ui/cocoa/browser_window_utils.mm b/chrome/browser/ui/cocoa/browser_window_utils.mm |
index 60dd4d1f8827371fc63ecfb3f2469b5eef29e278..2a63941522accefc8ddb13b11d8cbcad7934f496 100644 |
--- a/chrome/browser/ui/cocoa/browser_window_utils.mm |
+++ b/chrome/browser/ui/cocoa/browser_window_utils.mm |
@@ -45,13 +45,7 @@ using content::NativeWebKeyboardEvent; |
if ([[NSApp mainMenu] performKeyEquivalent:event]) |
return true; |
- if ([event_window handleExtraBrowserKeyboardShortcut:event]) |
- return true; |
- |
- if ([event_window handleExtraWindowKeyboardShortcut:event]) |
- return true; |
- |
- if ([event_window handleDelayedWindowKeyboardShortcut:event]) |
+ if ([event_window handleExtraKeyboardShortcut:event]) |
return true; |
} |