Index: ash/system/chromeos/audio/tray_audio_delegate_chromeos.h |
diff --git a/ash/system/chromeos/audio/tray_audio_delegate_chromeos.h b/ash/system/chromeos/audio/tray_audio_delegate_chromeos.h |
index 58e714d97a15c4df338d5f232a075c1733bd16c6..99760e8e81cc932205a09e4f9eb5696da735d7a6 100644 |
--- a/ash/system/chromeos/audio/tray_audio_delegate_chromeos.h |
+++ b/ash/system/chromeos/audio/tray_audio_delegate_chromeos.h |
@@ -25,6 +25,7 @@ class ASH_EXPORT TrayAudioDelegateChromeOs : public TrayAudioDelegate { |
virtual bool IsOutputAudioMuted() OVERRIDE; |
virtual void SetOutputAudioIsMuted(bool is_muted) OVERRIDE; |
virtual void SetOutputVolumeLevel(int level) OVERRIDE; |
+ virtual void SetInternalSpeakerChannelMode(AudioChannelMode mode) OVERRIDE; |
}; |
} // namespace system |