Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2383)

Unified Diff: chrome/browser/gtk/browser_window_gtk.cc

Issue 569022: Merge 37725 - GTK: Make page and app menus shortcut control flow match window... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/307/src/
Patch Set: Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/gtk/browser_toolbar_gtk.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/browser_window_gtk.cc
===================================================================
--- chrome/browser/gtk/browser_window_gtk.cc (revision 37936)
+++ chrome/browser/gtk/browser_window_gtk.cc (working copy)
@@ -918,15 +918,11 @@
}
void BrowserWindowGtk::ShowPageMenu() {
- // On Windows, this is used to show the page menu for a keyboard accelerator
- // (Alt+e). We connect the accelerator directly to the widget in
- // BrowserToolbarGtk.
+ toolbar_->ShowPageMenu();
}
void BrowserWindowGtk::ShowAppMenu() {
- // On Windows, this is used to show the page menu for a keyboard accelerator
- // (Alt+f). We connect the accelerator directly to the widget in
- // BrowserToolbarGtk.
+ toolbar_->ShowAppMenu();
}
bool BrowserWindowGtk::PreHandleKeyboardEvent(
« no previous file with comments | « chrome/browser/gtk/browser_toolbar_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698