| 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..ce5cfbb8faeacf4202b68ff33555aa105b5d8456 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 SetAudioChannelMode(AudioChannelMode mode) OVERRIDE;
|
| };
|
|
|
| } // namespace system
|
|
|