Index: ash/system/audio/tray_audio.h |
diff --git a/ash/system/audio/tray_audio.h b/ash/system/audio/tray_audio.h |
index caf5760cad0fce65c5cb7c3a665327bbb9d14b4d..9621eb8fec6cb50da99fe55c5ad5407c4a13a02c 100644 |
--- a/ash/system/audio/tray_audio.h |
+++ b/ash/system/audio/tray_audio.h |
@@ -60,7 +60,7 @@ class TrayAudio : public TrayImageItem, |
// Overridden from AudioObserver. |
void OnOutputNodeVolumeChanged(uint64_t node_id, double volume) override; |
- void OnOutputMuteChanged(bool mute_on) override; |
+ void OnOutputMuteChanged(bool mute_on, bool system_adjust) override; |
void OnAudioNodesChanged() override; |
void OnActiveOutputNodeChanged() override; |
void OnActiveInputNodeChanged() override; |