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

Unified Diff: ash/system/chromeos/audio/tray_audio_delegate_chromeos.h

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.h
diff --git a/ash/system/chromeos/audio/tray_audio_delegate_chromeos.h b/ash/system/chromeos/audio/tray_audio_delegate_chromeos.h
index c51d246bcff49d04f5f992e5ac974072b78c44af..0695e4bee4c63a6778b1c54dde69690f1d221007 100644
--- a/ash/system/chromeos/audio/tray_audio_delegate_chromeos.h
+++ b/ash/system/chromeos/audio/tray_audio_delegate_chromeos.h
@@ -26,6 +26,8 @@ class ASH_EXPORT TrayAudioDelegateChromeOs : public TrayAudioDelegate {
void SetOutputAudioIsMuted(bool is_muted) override;
void SetOutputVolumeLevel(int level) override;
void SetInternalSpeakerChannelMode(AudioChannelMode mode) override;
+ void SetActiveHDMIOutoutRediscoveringIfNecessary(
+ bool force_rediscovering) override;
};
} // namespace system
« no previous file with comments | « ash/system/chromeos/audio/tray_audio_chromeos.cc ('k') | ash/system/chromeos/audio/tray_audio_delegate_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698