| 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..9fa3af14c03993383a11da1703af6d0b9d2b7389 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 node_id, double volume);
|
| void NotifyAudioOutputMuteChanged();
|
| void NotifyAudioNodesChanged();
|
| void NotifyAudioActiveOutputNodeChanged();
|
|
|