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

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

Issue 247663003: Date and Time dialog for when the clock isn't synced. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, single quotes in browsertest js Created 6 years, 8 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/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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 void NotifyAudioOutputMuteChanged(); 108 void NotifyAudioOutputMuteChanged();
109 void NotifyAudioNodesChanged(); 109 void NotifyAudioNodesChanged();
110 void NotifyAudioActiveOutputNodeChanged(); 110 void NotifyAudioActiveOutputNodeChanged();
111 void NotifyAudioActiveInputNodeChanged(); 111 void NotifyAudioActiveInputNodeChanged();
112 void NotifyTracingModeChanged(bool value); 112 void NotifyTracingModeChanged(bool value);
113 void NotifyRefreshBluetooth(); 113 void NotifyRefreshBluetooth();
114 void NotifyBluetoothDiscoveringChanged(); 114 void NotifyBluetoothDiscoveringChanged();
115 void NotifyRefreshClock(); 115 void NotifyRefreshClock();
116 void NotifyDateFormatChanged(); 116 void NotifyDateFormatChanged();
117 void NotifySystemClockTimeUpdated(); 117 void NotifySystemClockTimeUpdated();
118 void NotifySystemClockCanSetTimeChanged(bool can_set_time);
118 void NotifyDriveJobUpdated(const DriveOperationStatus& status); 119 void NotifyDriveJobUpdated(const DriveOperationStatus& status);
119 void NotifyRefreshIME(); 120 void NotifyRefreshIME();
120 void NotifyLocaleChanged(LocaleObserver::Delegate* delegate, 121 void NotifyLocaleChanged(LocaleObserver::Delegate* delegate,
121 const std::string& cur_locale, 122 const std::string& cur_locale,
122 const std::string& from_locale, 123 const std::string& from_locale,
123 const std::string& to_locale); 124 const std::string& to_locale);
124 void NotifyUpdateRecommended(UpdateObserver::UpdateSeverity severity); 125 void NotifyUpdateRecommended(UpdateObserver::UpdateSeverity severity);
125 void NotifyUserUpdate(); 126 void NotifyUserUpdate();
126 void NotifyUserAddedToSession(); 127 void NotifyUserAddedToSession();
127 #if defined(OS_CHROMEOS) 128 #if defined(OS_CHROMEOS)
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 ObserverList<LastWindowClosedObserver> last_window_closed_observers_; 169 ObserverList<LastWindowClosedObserver> last_window_closed_observers_;
169 scoped_ptr<NetworkStateNotifier> network_state_notifier_; 170 scoped_ptr<NetworkStateNotifier> network_state_notifier_;
170 #endif 171 #endif
171 172
172 DISALLOW_COPY_AND_ASSIGN(SystemTrayNotifier); 173 DISALLOW_COPY_AND_ASSIGN(SystemTrayNotifier);
173 }; 174 };
174 175
175 } // namespace ash 176 } // namespace ash
176 177
177 #endif // ASH_SYSTEM_TRAY_SYSTEM_TRAY_NOTIFIER_H_ 178 #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