| Index: ash/system/chromeos/audio/tray_audio.cc
|
| diff --git a/ash/system/chromeos/audio/tray_audio.cc b/ash/system/chromeos/audio/tray_audio.cc
|
| index ea0cb94aa711ddbd7b4c980f9aadace94b68f616..c2440929f84207b81ac96aeb95245f6a6cdaf5b7 100644
|
| --- a/ash/system/chromeos/audio/tray_audio.cc
|
| +++ b/ash/system/chromeos/audio/tray_audio.cc
|
| @@ -57,8 +57,8 @@ const int kNoAudioDeviceIcon = -1;
|
| const int kVolumeLevels = 4;
|
|
|
| bool UseNewAudioHandler() {
|
| - return CommandLine::ForCurrentProcess()->
|
| - HasSwitch(ash::switches::kAshEnableNewAudioHandler);
|
| + return !CommandLine::ForCurrentProcess()->
|
| + HasSwitch(ash::switches::kAshDisableNewAudioHandler);
|
| }
|
|
|
| bool IsAudioMuted() {
|
|
|