Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1457)

Unified Diff: ash/system/win/audio/tray_audio_delegate_win.cc

Issue 1199413008: Work around for HDMI audio output rediscovering transistion loss. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a nit. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/system/win/audio/tray_audio_delegate_win.cc
diff --git a/ash/system/win/audio/tray_audio_delegate_win.cc b/ash/system/win/audio/tray_audio_delegate_win.cc
index 18e46af3bdd968f68c6f17d76367beef154eb7d8..2b6095a1fae6bef1574d78433a30f3ee74729f89 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;

Powered by Google App Engine
This is Rietveld 408576698