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..71c65f101aa5c1a2c394d84434e15c1c9c8aa005 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(views::View::FocusBehavior::ALWAYS); |
} |
ActionableView::~ActionableView() { |