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

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

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/system/tray/system_tray_notifier.h ('k') | chrome/app/chromeos_strings.grdp » ('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 3adafe12f01e6b220086c8489df9f7330239e0dd..ed858c3f9fb3ea1290c24c00d5ff56c2649b570e 100644
--- a/ash/system/tray/system_tray_notifier.cc
+++ b/ash/system/tray/system_tray_notifier.cc
@@ -260,6 +260,12 @@ void SystemTrayNotifier::NotifySystemClockTimeUpdated() {
OnSystemClockTimeUpdated());
}
+void SystemTrayNotifier::NotifySystemClockCanSetTimeChanged(bool can_set_time) {
+ FOR_EACH_OBSERVER(ClockObserver,
+ clock_observers_,
+ OnSystemClockCanSetTimeChanged(can_set_time));
+}
+
void SystemTrayNotifier::NotifyDriveJobUpdated(
const DriveOperationStatus& status) {
FOR_EACH_OBSERVER(DriveObserver,
« no previous file with comments | « ash/system/tray/system_tray_notifier.h ('k') | chrome/app/chromeos_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698