Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2416)

Unified Diff: ash/ash_switches.cc

Issue 14455012: cros: Enable new cras audio handler by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/ash_switches.cc
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index b6908a7f28fff43ad248d5a10300621a84cf514d..ab7d2404089e2a680c9427b635b4bdb0d000fafd 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -51,6 +51,9 @@ const char kAshDisableDisplayChangeLimiter[] =
// Disables creating a launcher per display.
const char kAshDisableLauncherPerDisplay[] = "ash-disable-launcher-per-display";
+// Disable the new cras audio handler.
+const char kAshDisableNewAudioHandler[] = "ash-disable-new-audio-handler";
+
// If present new lock animations are enabled.
const char kAshDisableNewLockAnimations[] = "ash-disable-new-lock-animations";
@@ -78,9 +81,6 @@ 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";

Powered by Google App Engine
This is Rietveld 408576698