| Index: chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
| diff --git a/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc b/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
| index 68edd3ec93aad69ad87813977b09f7e598addf16..31c4c04b18dd569653119973e3646aa76e3b1dcb 100644
|
| --- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
| +++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
| @@ -1248,8 +1248,9 @@ void SystemTrayDelegateChromeOS::OnOutputNodeVolumeChanged(uint64_t node_id,
|
| GetSystemTrayNotifier()->NotifyAudioOutputVolumeChanged(node_id, volume);
|
| }
|
|
|
| -void SystemTrayDelegateChromeOS::OnOutputMuteChanged(bool mute_on) {
|
| - GetSystemTrayNotifier()->NotifyAudioOutputMuteChanged(mute_on);
|
| +void SystemTrayDelegateChromeOS::OnOutputMuteChanged(bool mute_on,
|
| + bool system_adjust) {
|
| + GetSystemTrayNotifier()->NotifyAudioOutputMuteChanged(mute_on, system_adjust);
|
| }
|
|
|
| void SystemTrayDelegateChromeOS::OnInputNodeGainChanged(uint64_t /* node_id */,
|
|
|