Index: ash/system/chromeos/audio/tray_audio_delegate_chromeos.cc |
diff --git a/ash/system/chromeos/audio/tray_audio_delegate_chromeos.cc b/ash/system/chromeos/audio/tray_audio_delegate_chromeos.cc |
index 709db28abfd9d8c5dcbc3b9afc2132d314ce1874..4f39865c0dee9196534beee138834dd3877439cd 100644 |
--- a/ash/system/chromeos/audio/tray_audio_delegate_chromeos.cc |
+++ b/ash/system/chromeos/audio/tray_audio_delegate_chromeos.cc |
@@ -26,7 +26,7 @@ int TrayAudioDelegateChromeOs::GetOutputVolumeLevel() { |
int TrayAudioDelegateChromeOs::GetActiveOutputDeviceIconId() { |
chromeos::AudioDevice device; |
- if (!CrasAudioHandler::Get()->GetActiveOutputDevice(&device)) |
+ if (!CrasAudioHandler::Get()->GetPrimaryActiveOutputDevice(&device)) |
return kNoAudioDeviceIcon; |
if (device.type == chromeos::AUDIO_TYPE_HEADPHONE) |