| 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..e73a0c52fa508b9f1947474d225c734728be3000 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);
|
| + SetFocusBehavior(FocusBehavior::ALWAYS);
|
| set_request_focus_on_press(false);
|
| set_animate_on_state_change(false);
|
| SetHorizontalAlignment(gfx::ALIGN_CENTER);
|
|
|