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

Unified Diff: ash/system/date/clock_observer.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
« no previous file with comments | « no previous file | ash/system/date/tray_date.h » ('j') | chromeos/dbus/system_clock_client.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/date/clock_observer.h
diff --git a/ash/system/date/clock_observer.h b/ash/system/date/clock_observer.h
index b82df02953ab0f4ee0b21210e7cef08e63e24a47..30465288bf7d722a6541ae8e8ad3e9b6d1c1aebf 100644
--- a/ash/system/date/clock_observer.h
+++ b/ash/system/date/clock_observer.h
@@ -12,6 +12,7 @@ class ClockObserver {
virtual ~ClockObserver() {}
virtual void OnDateFormatChanged() = 0;
+ virtual void OnSystemClockTimeUpdated() = 0;
// Force a refresh (e.g. after the system is resumed).
virtual void Refresh() = 0;
« no previous file with comments | « no previous file | ash/system/date/tray_date.h » ('j') | chromeos/dbus/system_clock_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698