| Index: chrome/browser/ui/views/toolbar/app_menu.cc
|
| diff --git a/chrome/browser/ui/views/toolbar/app_menu.cc b/chrome/browser/ui/views/toolbar/app_menu.cc
|
| index 6e6adf43ffe437f70b2fd8ee90c22de62465116f..60eb881052825b03c91ffde13f1def4afe944a11 100644
|
| --- a/chrome/browser/ui/views/toolbar/app_menu.cc
|
| +++ b/chrome/browser/ui/views/toolbar/app_menu.cc
|
| @@ -287,7 +287,6 @@ class InMenuButton : public LabelButton {
|
| // An InMenuButton should always be focusable regardless of the platform.
|
| // Hence we don't use Button::ConfigureDefaultFocus().
|
| SetFocusBehavior(FocusBehavior::ALWAYS);
|
| - set_request_focus_on_press(false);
|
| SetHorizontalAlignment(gfx::ALIGN_CENTER);
|
|
|
| in_menu_background_ = new InMenuButtonBackground(type);
|
| @@ -558,7 +557,6 @@ class AppMenu::ZoomView : public AppMenuView {
|
| // Since |fullscreen_button_| will reside in a menu, make it ALWAYS
|
| // focusable regardless of the platform.
|
| fullscreen_button_->SetFocusBehavior(FocusBehavior::ALWAYS);
|
| - fullscreen_button_->set_request_focus_on_press(false);
|
| fullscreen_button_->set_tag(fullscreen_index);
|
| fullscreen_button_->SetImageAlignment(
|
| ImageButton::ALIGN_CENTER, ImageButton::ALIGN_MIDDLE);
|
|
|