diff options
-rw-r--r-- | chrome/browser/tab_contents/tab_contents_view_mac.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/tab_contents_view_mac.mm b/chrome/browser/tab_contents/tab_contents_view_mac.mm index babfc3b..d8bb0ea 100644 --- a/chrome/browser/tab_contents/tab_contents_view_mac.mm +++ b/chrome/browser/tab_contents/tab_contents_view_mac.mm @@ -339,7 +339,7 @@ void TabContentsViewMac::Observe(NotificationType type, // binding. Other than that, the |redispatchEvent| call would take care of // invoking the original menu item shortcut as well. if ([[NSApp mainMenu] performKeyEquivalent:event]) - return; + return YES; if ([window handleExtraBrowserKeyboardShortcut:event]) return YES; |