summaryrefslogtreecommitdiffstats
path: root/ash
diff options
context:
space:
mode:
authorjennyz@chromium.org <jennyz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-27 10:48:35 +0000
committerjennyz@chromium.org <jennyz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-27 10:48:35 +0000
commitf67cd911521b98ca375986740cd58e7b0e4356ae (patch)
tree217804057d63a071cde3dd064ccf8ca82ee75feb /ash
parent198b590bb15422d06a14f59700c72f2fa71b1314 (diff)
downloadchromium_src-f67cd911521b98ca375986740cd58e7b0e4356ae.zip
chromium_src-f67cd911521b98ca375986740cd58e7b0e4356ae.tar.gz
chromium_src-f67cd911521b98ca375986740cd58e7b0e4356ae.tar.bz2
Skip the focus stop on volume line in the ash tray bubble since it does not really do anything, instead, it will stop at the volume slider, which will read the volume level and allow user to adjust the volume.
BUG=251531 Review URL: https://chromiumcodereview.appspot.com/17958002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208883 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash')
-rw-r--r--ash/system/chromeos/audio/tray_audio.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/system/chromeos/audio/tray_audio.cc b/ash/system/chromeos/audio/tray_audio.cc
index 183e3dc..1360161 100644
--- a/ash/system/chromeos/audio/tray_audio.cc
+++ b/ash/system/chromeos/audio/tray_audio.cc
@@ -189,6 +189,7 @@ class VolumeView : public ActionableView,
device_type_(NULL),
more_(NULL),
is_default_view_(is_default_view) {
+ set_focusable(false);
SetLayoutManager(new views::BoxLayout(views::BoxLayout::kHorizontal,
kTrayPopupPaddingHorizontal, 0, kTrayPopupPaddingBetweenItems));