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

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

Issue 12564007: Hook up system clock update dbus signal to chrome and ash tray ui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix browser_tests by adding MockSystemClockClient. Created 7 years, 9 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
Index: ash/system/tray/system_tray_notifier.h
diff --git a/ash/system/tray/system_tray_notifier.h b/ash/system/tray/system_tray_notifier.h
index 7437efca12385706cd1347b2d4f57fe51ee09804..89336872e0230a7ab193769a622db6d0ae4fe51c 100644
--- a/ash/system/tray/system_tray_notifier.h
+++ b/ash/system/tray/system_tray_notifier.h
@@ -107,6 +107,7 @@ public:
void NotifyCapsLockChanged(bool enabled, bool search_mapped_to_caps_lock);
void NotifyRefreshClock();
void NotifyDateFormatChanged();
+ void NotifySystemClockTimeUpdated();
void NotifyRefreshDrive(DriveOperationStatusList& list);
void NotifyRefreshIME(bool show_message);
void NotifyShowLoginButtonChanged(bool show_login_button);

Powered by Google App Engine
This is Rietveld 408576698