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

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

Issue 167793002: Removes --disable-ime-mode-indicator flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 10 months 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 | Annotate | Revision Log
« no previous file with comments | « ash/system/system_notifier.cc ('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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 void NotifyAccessibilityModeChanged( 95 void NotifyAccessibilityModeChanged(
96 AccessibilityNotificationVisibility notify); 96 AccessibilityNotificationVisibility notify);
97 void NotifyTracingModeChanged(bool value); 97 void NotifyTracingModeChanged(bool value);
98 void NotifyRefreshBluetooth(); 98 void NotifyRefreshBluetooth();
99 void NotifyBluetoothDiscoveringChanged(); 99 void NotifyBluetoothDiscoveringChanged();
100 void NotifyCapsLockChanged(bool enabled, bool search_mapped_to_caps_lock); 100 void NotifyCapsLockChanged(bool enabled, bool search_mapped_to_caps_lock);
101 void NotifyRefreshClock(); 101 void NotifyRefreshClock();
102 void NotifyDateFormatChanged(); 102 void NotifyDateFormatChanged();
103 void NotifySystemClockTimeUpdated(); 103 void NotifySystemClockTimeUpdated();
104 void NotifyDriveJobUpdated(const DriveOperationStatus& status); 104 void NotifyDriveJobUpdated(const DriveOperationStatus& status);
105 void NotifyRefreshIME(bool show_message); 105 void NotifyRefreshIME();
106 void NotifyShowLoginButtonChanged(bool show_login_button); 106 void NotifyShowLoginButtonChanged(bool show_login_button);
107 void NotifyLogoutDialogDurationChanged(base::TimeDelta duration); 107 void NotifyLogoutDialogDurationChanged(base::TimeDelta duration);
108 void NotifyLocaleChanged(LocaleObserver::Delegate* delegate, 108 void NotifyLocaleChanged(LocaleObserver::Delegate* delegate,
109 const std::string& cur_locale, 109 const std::string& cur_locale,
110 const std::string& from_locale, 110 const std::string& from_locale,
111 const std::string& to_locale); 111 const std::string& to_locale);
112 void NotifySessionStartTimeChanged(); 112 void NotifySessionStartTimeChanged();
113 void NotifySessionLengthLimitChanged(); 113 void NotifySessionLengthLimitChanged();
114 void NotifyUpdateRecommended(UpdateObserver::UpdateSeverity severity); 114 void NotifyUpdateRecommended(UpdateObserver::UpdateSeverity severity);
115 void NotifyUserUpdate(); 115 void NotifyUserUpdate();
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 ObserverList<ScreenShareObserver> screen_share_observers_; 149 ObserverList<ScreenShareObserver> screen_share_observers_;
150 scoped_ptr<NetworkStateNotifier> network_state_notifier_; 150 scoped_ptr<NetworkStateNotifier> network_state_notifier_;
151 #endif 151 #endif
152 152
153 DISALLOW_COPY_AND_ASSIGN(SystemTrayNotifier); 153 DISALLOW_COPY_AND_ASSIGN(SystemTrayNotifier);
154 }; 154 };
155 155
156 } // namespace ash 156 } // namespace ash
157 157
158 #endif // ASH_SYSTEM_TRAY_SYSTEM_TRAY_NOTIFIER_H_ 158 #endif // ASH_SYSTEM_TRAY_SYSTEM_TRAY_NOTIFIER_H_
OLDNEW
« no previous file with comments | « ash/system/system_notifier.cc ('k') | ash/system/tray/system_tray_notifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698