| Index: chrome/browser/ui/ash/volume_controller_chromeos.cc
|
| diff --git a/chrome/browser/ui/ash/volume_controller_chromeos.cc b/chrome/browser/ui/ash/volume_controller_chromeos.cc
|
| index 5450b55d38001a170e1c448727e414c8ebe4a0d6..ca3eace215757a565a20a7752fa5acdcce88137c 100644
|
| --- a/chrome/browser/ui/ash/volume_controller_chromeos.cc
|
| +++ b/chrome/browser/ui/ash/volume_controller_chromeos.cc
|
| @@ -145,6 +145,6 @@ void VolumeController::OnOutputMuteChanged() {
|
| }
|
|
|
| bool VolumeController::UseNewAudioHandler() const {
|
| - return CommandLine::ForCurrentProcess()->
|
| - HasSwitch(ash::switches::kAshEnableNewAudioHandler);
|
| + return !CommandLine::ForCurrentProcess()->
|
| + HasSwitch(ash::switches::kAshDisableNewAudioHandler);
|
| }
|
|
|