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

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

Issue 551214: GTK: Make page and app menus shortcut control flow match windows more closely... (Closed) Base URL: svn://chrome-svn/chrome/trunk/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
Index: chrome/browser/gtk/browser_window_gtk.cc
===================================================================
--- chrome/browser/gtk/browser_window_gtk.cc (revision 37363)
+++ chrome/browser/gtk/browser_window_gtk.cc (working copy)
@@ -919,15 +919,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(
« chrome/browser/gtk/browser_toolbar_gtk.cc ('K') | « 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