| Index: ash/system/tray/system_tray_notifier.cc
|
| diff --git a/ash/system/tray/system_tray_notifier.cc b/ash/system/tray/system_tray_notifier.cc
|
| index 66d490d23fa4eaf0273f5df726b4ffa32a210802..9fe43e42e0b92a09e6ddc30436385515b8105714 100644
|
| --- a/ash/system/tray/system_tray_notifier.cc
|
| +++ b/ash/system/tray/system_tray_notifier.cc
|
| @@ -81,12 +81,11 @@ void SystemTrayNotifier::AddSmsObserver(SmsObserver* observer) {
|
| }
|
| #endif
|
|
|
| -void SystemTrayNotifier::NotifyAccessibilityModeChanged(
|
| - bool spoken_feedback_enabled) {
|
| +void SystemTrayNotifier::NotifyAccessibilityModeChanged() {
|
| FOR_EACH_OBSERVER(
|
| AccessibilityObserver,
|
| accessibility_observers_,
|
| - OnAccessibilityModeChanged(spoken_feedback_enabled));
|
| + OnAccessibilityModeChanged());
|
| }
|
|
|
| void SystemTrayNotifier::NotifyVolumeChanged(float level) {
|
|
|