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

Side by Side Diff: ash/system/tray/system_tray_notifier.h

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 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 unified diff | Download patch
« no previous file with comments | « ash/system/tray/system_tray_delegate.h ('k') | ash/system/tray/system_tray_notifier.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ASH_SYSTEM_TRAY_SYSTEM_TRAY_NOTIFIER_H_ 5 #ifndef ASH_SYSTEM_TRAY_SYSTEM_TRAY_NOTIFIER_H_
6 #define ASH_SYSTEM_TRAY_SYSTEM_TRAY_NOTIFIER_H_ 6 #define ASH_SYSTEM_TRAY_SYSTEM_TRAY_NOTIFIER_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 void AddLogoutButtonObserver(LogoutButtonObserver* observer); 50 void AddLogoutButtonObserver(LogoutButtonObserver* observer);
51 void AddPowerStatusObserver(PowerStatusObserver* observer); 51 void AddPowerStatusObserver(PowerStatusObserver* observer);
52 void AddUpdateObserver(UpdateObserver* observer); 52 void AddUpdateObserver(UpdateObserver* observer);
53 void AddUserObserver(UserObserver* observer); 53 void AddUserObserver(UserObserver* observer);
54 #if defined(OS_CHROMEOS) 54 #if defined(OS_CHROMEOS)
55 void AddNetworkObserver(NetworkObserver* observer); 55 void AddNetworkObserver(NetworkObserver* observer);
56 void AddVpnObserver(NetworkObserver* observer); 56 void AddVpnObserver(NetworkObserver* observer);
57 void AddSmsObserver(SmsObserver* observer); 57 void AddSmsObserver(SmsObserver* observer);
58 #endif 58 #endif
59 59
60 void NotifyAccessibilityModeChanged(bool spoken_feedback_enabled); 60 void NotifyAccessibilityModeChanged();
61 void NotifyVolumeChanged(float level); 61 void NotifyVolumeChanged(float level);
62 void NotifyMuteToggled(); 62 void NotifyMuteToggled();
63 void NotifyRefreshBluetooth(); 63 void NotifyRefreshBluetooth();
64 void NotifyBluetoothDiscoveringChanged(); 64 void NotifyBluetoothDiscoveringChanged();
65 void NotifyBrightnessChanged(double level, bool user_initialted); 65 void NotifyBrightnessChanged(double level, bool user_initialted);
66 void NotifyCapsLockChanged(bool enabled, bool search_mapped_to_caps_lock); 66 void NotifyCapsLockChanged(bool enabled, bool search_mapped_to_caps_lock);
67 void NotifyRefreshClock(); 67 void NotifyRefreshClock();
68 void NotifyDateFormatChanged(); 68 void NotifyDateFormatChanged();
69 void NotifyRefreshDrive(DriveOperationStatusList& list); 69 void NotifyRefreshDrive(DriveOperationStatusList& list);
70 void NotifyRefreshIME(bool show_message); 70 void NotifyRefreshIME(bool show_message);
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 ObserverList<NetworkObserver> vpn_observers_; 109 ObserverList<NetworkObserver> vpn_observers_;
110 ObserverList<SmsObserver> sms_observers_; 110 ObserverList<SmsObserver> sms_observers_;
111 #endif 111 #endif
112 112
113 DISALLOW_COPY_AND_ASSIGN(SystemTrayNotifier); 113 DISALLOW_COPY_AND_ASSIGN(SystemTrayNotifier);
114 }; 114 };
115 115
116 } // namespace ash 116 } // namespace ash
117 117
118 #endif // ASH_SYSTEM_TRAY_SYSTEM_TRAY_NOTIFIER_H_ 118 #endif // ASH_SYSTEM_TRAY_SYSTEM_TRAY_NOTIFIER_H_
OLDNEW
« no previous file with comments | « ash/system/tray/system_tray_delegate.h ('k') | ash/system/tray/system_tray_notifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698