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

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

Issue 620673002: Flip the left/right speaker when the device is in yoga mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change internal speaker channel mode OnDisplayAdded. Created 6 years, 3 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 eda45b38f8bab4b45d65c0e2d1dc82ffa8057c5f..a351221e76d480f150c8bd1afb4d44af47c04827 100644
--- a/ash/system/win/audio/tray_audio_delegate_win.cc
+++ b/ash/system/win/audio/tray_audio_delegate_win.cc
@@ -92,6 +92,10 @@ void TrayAudioDelegateWin::SetOutputVolumeLevel(int level) {
volume_control->SetMasterVolume(volume_level, NULL);
}
+void TrayAudioDelegateWin::SetInternalSpeakerChannelMode(
+ AudioChannelMode mode) {
+}
+
ScopedComPtr<ISimpleAudioVolume>
TrayAudioDelegateWin::CreateDefaultVolumeControl() {
ScopedComPtr<ISimpleAudioVolume> volume_control;

Powered by Google App Engine
This is Rietveld 408576698