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

Unified Diff: ash/system/chromeos/audio/tray_audio_delegate_chromeos.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: Changed to VLOG. 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/chromeos/audio/tray_audio_delegate_chromeos.cc
diff --git a/ash/system/chromeos/audio/tray_audio_delegate_chromeos.cc b/ash/system/chromeos/audio/tray_audio_delegate_chromeos.cc
index fb1532fe37d177f9c42339ada7980d8f309fc7d2..daa3453ff51ae92b69dd294e800c38621160af98 100644
--- a/ash/system/chromeos/audio/tray_audio_delegate_chromeos.cc
+++ b/ash/system/chromeos/audio/tray_audio_delegate_chromeos.cc
@@ -66,5 +66,11 @@ void TrayAudioDelegateChromeOs::SetInternalSpeakerChannelMode(
mode == LEFT_RIGHT_SWAPPED);
}
+void TrayAudioDelegateChromeOs::SetActiveHDMIOutoutRediscoveringIfNecessary(
+ bool force_rediscovering) {
+ CrasAudioHandler::Get()->SetActiveHDMIOutoutRediscoveringIfNecessary(
+ force_rediscovering);
+}
+
} // namespace system
} // namespace ash
« no previous file with comments | « ash/system/chromeos/audio/tray_audio_delegate_chromeos.h ('k') | ash/system/win/audio/tray_audio_delegate_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698