| Index: ui/views/controls/menu/menu_runner.cc
|
| diff --git a/ui/views/controls/menu/menu_runner.cc b/ui/views/controls/menu/menu_runner.cc
|
| index 360933f5aaa061ddba5bb32d6848d9ea43cf7a08..f7dd5170ce425751372c48c4ac15b01d216a0972 100644
|
| --- a/ui/views/controls/menu/menu_runner.cc
|
| +++ b/ui/views/controls/menu/menu_runner.cc
|
| @@ -240,8 +240,7 @@ bool MenuRunnerImpl::ShouldShowMnemonics(MenuButton* button) {
|
| // Show mnemonics if the button has focus or alt is pressed.
|
| bool show_mnemonics = button ? button->HasFocus() : false;
|
| #if defined(OS_WIN)
|
| - // We don't currently need this on gtk as showing the menu gives focus to the
|
| - // button first.
|
| + // This is only needed on Windows.
|
| if (!show_mnemonics)
|
| show_mnemonics = base::win::IsAltPressed();
|
| #endif
|
|
|