| Index: ash/system/tray/actionable_view.cc
|
| diff --git a/ash/system/tray/actionable_view.cc b/ash/system/tray/actionable_view.cc
|
| index dc26cde928da8d473876362597d568829251b19e..0ebb904c1625c697bc8258440297044553a39e3e 100644
|
| --- a/ash/system/tray/actionable_view.cc
|
| +++ b/ash/system/tray/actionable_view.cc
|
| @@ -15,7 +15,7 @@ const char ActionableView::kViewClassName[] = "tray/ActionableView";
|
|
|
| ActionableView::ActionableView()
|
| : has_capture_(false) {
|
| - SetFocusable(true);
|
| + SetFocusBehavior(FocusBehavior::ALWAYS);
|
| }
|
|
|
| ActionableView::~ActionableView() {
|
|
|