Index: ash/system/audio/volume_view.cc |
diff --git a/ash/system/audio/volume_view.cc b/ash/system/audio/volume_view.cc |
index 80565463ae0243da486032ee04d6378dd5150bfb..0d778487fc31c3a1e8e9e732678430c90898f70f 100644 |
--- a/ash/system/audio/volume_view.cc |
+++ b/ash/system/audio/volume_view.cc |
@@ -110,7 +110,7 @@ VolumeView::VolumeView(SystemTrayItem* owner, |
device_type_(NULL), |
more_(NULL), |
is_default_view_(is_default_view) { |
- SetFocusable(false); |
+ SetFocusBehavior(FocusBehavior::NEVER); |
views::BoxLayout* box_layout = new views::BoxLayout( |
views::BoxLayout::kHorizontal, 0, 0, kBoxLayoutPadding); |
box_layout->SetDefaultFlex(0); |