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

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

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/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 58e714d97a15c4df338d5f232a075c1733bd16c6..99760e8e81cc932205a09e4f9eb5696da735d7a6 100644
--- a/ash/system/chromeos/audio/tray_audio_delegate_chromeos.h
+++ b/ash/system/chromeos/audio/tray_audio_delegate_chromeos.h
@@ -25,6 +25,7 @@ class ASH_EXPORT TrayAudioDelegateChromeOs : public TrayAudioDelegate {
virtual bool IsOutputAudioMuted() OVERRIDE;
virtual void SetOutputAudioIsMuted(bool is_muted) OVERRIDE;
virtual void SetOutputVolumeLevel(int level) OVERRIDE;
+ virtual void SetInternalSpeakerChannelMode(AudioChannelMode mode) OVERRIDE;
};
} // namespace system

Powered by Google App Engine
This is Rietveld 408576698