summaryrefslogtreecommitdiffstats
path: root/ash/system/win/audio/tray_audio_delegate_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/system/win/audio/tray_audio_delegate_win.cc')
-rw-r--r--ash/system/win/audio/tray_audio_delegate_win.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/ash/system/win/audio/tray_audio_delegate_win.cc b/ash/system/win/audio/tray_audio_delegate_win.cc
index 18e46af..2b6095a 100644
--- a/ash/system/win/audio/tray_audio_delegate_win.cc
+++ b/ash/system/win/audio/tray_audio_delegate_win.cc
@@ -96,6 +96,10 @@ void TrayAudioDelegateWin::SetInternalSpeakerChannelMode(
AudioChannelMode mode) {
}
+void TrayAudioDelegateWin::SetActiveHDMIOutoutRediscoveringIfNecessary(
+ bool force_rediscovering) {
+}
+
ScopedComPtr<ISimpleAudioVolume>
TrayAudioDelegateWin::CreateDefaultVolumeControl() {
ScopedComPtr<ISimpleAudioVolume> volume_control;