| 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";
|
|
|
|
|