| Index: ash/system/user/button_from_view.cc
|
| diff --git a/ash/system/user/button_from_view.cc b/ash/system/user/button_from_view.cc
|
| index 13bdbb0dd0cf0d0703b50a8bdfd8297cd2a370dd..1752e838f9a491d0c717cc4b98d19a5b9d11e03b 100644
|
| --- a/ash/system/user/button_from_view.cc
|
| +++ b/ash/system/user/button_from_view.cc
|
| @@ -43,7 +43,7 @@ ButtonFromView::ButtonFromView(views::View* content,
|
| ShowActive();
|
| // Only make it focusable when we are active/interested in clicks.
|
| if (listener)
|
| - SetFocusBehavior(FocusBehavior::ALWAYS);
|
| + views::Button::ConfigureDefaultFocus(this);
|
| }
|
|
|
| ButtonFromView::~ButtonFromView() {}
|
|
|