| Index: ui/views/touchui/touch_selection_menu_runner_views.cc
|
| diff --git a/ui/views/touchui/touch_selection_menu_runner_views.cc b/ui/views/touchui/touch_selection_menu_runner_views.cc
|
| index eff31f97c2a9f4effead95886f74831c8e0fe25c..84a0a020c301725640cb852fa4c41832dbf541a5 100644
|
| --- a/ui/views/touchui/touch_selection_menu_runner_views.cc
|
| +++ b/ui/views/touchui/touch_selection_menu_runner_views.cc
|
| @@ -161,7 +161,6 @@ Button* TouchSelectionMenuRunnerViews::Menu::CreateButton(
|
| LabelButton* button = new LabelButton(this, label);
|
| button->SetMinSize(gfx::Size(kMenuButtonMinWidth, kMenuButtonMinHeight));
|
| Button::ConfigureDefaultFocus(button);
|
| - button->set_request_focus_on_press(false);
|
| const gfx::FontList& font_list =
|
| ui::ResourceBundle::GetSharedInstance().GetFontList(
|
| ui::ResourceBundle::SmallFont);
|
|
|