Index: ash/system/win/audio/tray_audio_delegate_win.h |
diff --git a/ash/system/win/audio/tray_audio_delegate_win.h b/ash/system/win/audio/tray_audio_delegate_win.h |
index 9ab0208f9a12f098a4bdbd6b6d035e3e3b150104..ec23c9c0e1ef330238fa6a184c200b6be9589f9a 100644 |
--- a/ash/system/win/audio/tray_audio_delegate_win.h |
+++ b/ash/system/win/audio/tray_audio_delegate_win.h |
@@ -30,6 +30,8 @@ class ASH_EXPORT TrayAudioDelegateWin : public TrayAudioDelegate { |
void SetOutputAudioIsMuted(bool is_muted) override; |
void SetOutputVolumeLevel(int level) override; |
void SetInternalSpeakerChannelMode(AudioChannelMode mode) override; |
+ void SetActiveHDMIOutoutRediscoveringIfNecessary( |
+ bool force_rediscovering) override; |
private: |
base::win::ScopedComPtr<ISimpleAudioVolume> CreateDefaultVolumeControl(); |