| Index: ash/system/tray/tray_popup_label_button.cc
|
| diff --git a/ash/system/tray/tray_popup_label_button.cc b/ash/system/tray/tray_popup_label_button.cc
|
| index 5fbeea1fceccbbe807ca335c76a4048064bcaf15..1bcea8f5223f9cdb1118e77b1eae173e818603d0 100644
|
| --- a/ash/system/tray/tray_popup_label_button.cc
|
| +++ b/ash/system/tray/tray_popup_label_button.cc
|
| @@ -16,7 +16,7 @@ TrayPopupLabelButton::TrayPopupLabelButton(views::ButtonListener* listener,
|
| const base::string16& text)
|
| : views::LabelButton(listener, text) {
|
| SetBorder(std::unique_ptr<views::Border>(new TrayPopupLabelButtonBorder));
|
| - SetFocusable(true);
|
| + views::Button::ConfigureDefaultFocus(this);
|
| set_request_focus_on_press(false);
|
| set_animate_on_state_change(false);
|
| SetHorizontalAlignment(gfx::ALIGN_CENTER);
|
|
|