| 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 b7551674c646ae823ecd88b1275a6333ed2f3905..387b0ba25e9732998c7edb989cba8975e828e255 100644
|
| --- a/ash/system/tray/system_tray_notifier.h
|
| +++ b/ash/system/tray/system_tray_notifier.h
|
| @@ -57,7 +57,7 @@ public:
|
| void AddSmsObserver(SmsObserver* observer);
|
| #endif
|
|
|
| - void NotifyAccessibilityModeChanged(bool spoken_feedback_enabled);
|
| + void NotifyAccessibilityModeChanged();
|
| void NotifyVolumeChanged(float level);
|
| void NotifyMuteToggled();
|
| void NotifyRefreshBluetooth();
|
|
|