| 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 4f39865c0dee9196534beee138834dd3877439cd..06d28932b90e0bb1f9b2c68e4a5f4dea52be70c7 100644
|
| --- a/ash/system/chromeos/audio/tray_audio_delegate_chromeos.cc
|
| +++ b/ash/system/chromeos/audio/tray_audio_delegate_chromeos.cc
|
| @@ -60,5 +60,9 @@ void TrayAudioDelegateChromeOs::SetOutputVolumeLevel(int level) {
|
| CrasAudioHandler::Get()->SetOutputVolumePercent(level);
|
| }
|
|
|
| +void TrayAudioDelegateChromeOs::SetAudioChannelMode(AudioChannelMode mode) {
|
| + CrasAudioHandler::Get()->SwapLeftRight(mode == LEFT_RIGHT_SWAPPED);
|
| +}
|
| +
|
| } // namespace system
|
| } // namespace ash
|
|
|