| 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 f095609ecc9188dd69a848a3f0f06f0aa50df242..632d122e0d881563369dab79df099ee1883e6d00 100644
|
| --- a/ash/system/tray/system_tray_notifier.h
|
| +++ b/ash/system/tray/system_tray_notifier.h
|
| @@ -110,7 +110,7 @@ class ASH_EXPORT SystemTrayNotifier {
|
|
|
| void NotifyAccessibilityModeChanged(
|
| ui::AccessibilityNotificationVisibility notify);
|
| - void NotifyAudioOutputVolumeChanged();
|
| + void NotifyAudioOutputVolumeChanged(uint64_t node_id, double volume);
|
| void NotifyAudioOutputMuteChanged();
|
| void NotifyAudioNodesChanged();
|
| void NotifyAudioActiveOutputNodeChanged();
|
|
|