| 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(
|
|
|