| 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 188df6aaf886dae275cd2c3b534103c1e6cc6893..6e0999845c21926c4364ddc5e9e7769db81dbc7b 100644
|
| --- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
| +++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
| @@ -1235,8 +1235,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 */,
|
|
|