Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2117)

Unified Diff: ash/system/tray/system_tray_notifier.cc

Issue 11415025: A11y: Introduce High Contrast Mode and Screen Magnifier to ubar tray. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase @170134 Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/system/tray/system_tray_notifier.h ('k') | ash/system/tray/test_system_tray_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b11f2566928dd61a8dabdad50f3a6e64d2876d10..17d6fd276f5c01a97e8591262b2bc3b140b01a04 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) {
« no previous file with comments | « ash/system/tray/system_tray_notifier.h ('k') | ash/system/tray/test_system_tray_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698