Index: ash/system/tray/system_tray_notifier.h |
diff --git a/ash/system/tray/system_tray_notifier.h b/ash/system/tray/system_tray_notifier.h |
index b46cb9a1abecedc08ba837b9c8850208c4ea8240..e9a61fb29a8c18932f3c5589e121be1edbb80a81 100644 |
--- a/ash/system/tray/system_tray_notifier.h |
+++ b/ash/system/tray/system_tray_notifier.h |
@@ -111,7 +111,7 @@ class ASH_EXPORT SystemTrayNotifier { |
void NotifyAccessibilityModeChanged( |
ui::AccessibilityNotificationVisibility notify); |
void NotifyAudioOutputVolumeChanged(uint64_t node_id, double volume); |
- void NotifyAudioOutputMuteChanged(bool mute_on); |
+ void NotifyAudioOutputMuteChanged(bool mute_on, bool system_adjust); |
void NotifyAudioNodesChanged(); |
void NotifyAudioActiveOutputNodeChanged(); |
void NotifyAudioActiveInputNodeChanged(); |