diff options
author | jennyz@chromium.org <jennyz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-24 05:21:12 +0000 |
---|---|---|
committer | jennyz@chromium.org <jennyz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-24 05:21:12 +0000 |
commit | db5be7310030f2d033fc013e7f3a4da7a92420b2 (patch) | |
tree | 23b793a2ca9fd844a31af9c87191edfac361f114 /ash/ash_switches.cc | |
parent | af61788172341ec217bb277541ecb93e3c2cdc6f (diff) | |
download | chromium_src-db5be7310030f2d033fc013e7f3a4da7a92420b2.zip chromium_src-db5be7310030f2d033fc013e7f3a4da7a92420b2.tar.gz chromium_src-db5be7310030f2d033fc013e7f3a4da7a92420b2.tar.bz2 |
Implement new audio tray ui and integrate with new audio controller.
BUG=160311
TBR=sky
Review URL: https://chromiumcodereview.appspot.com/14238022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196045 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r-- | ash/ash_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc index bbbc3db..b6908a7 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -78,6 +78,9 @@ const char kAshEnableAdvancedGestures[] = "ash-enable-advanced-gestures"; // main monitor as internal. const char kAshEnableBrightnessControl[] = "ash-enable-brightness-control"; +// Enable the new audio handler. +const char kAshEnableNewAudioHandler[] = "ash-enable-new-audio-handler"; + // Enable immersive fullscreen mode, regardless of default setting. const char kAshEnableImmersiveFullscreen[] = "ash-enable-immersive-fullscreen"; |