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

Unified Diff: ash/system/date/clock_observer.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: Observe system clock 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
Index: ash/system/date/clock_observer.h
diff --git a/ash/system/date/clock_observer.h b/ash/system/date/clock_observer.h
index b3d9ece493aa558084aae79a83671567629974c3..a62e2be95a253fd88a5d16b2d239875ef17ba4d0 100644
--- a/ash/system/date/clock_observer.h
+++ b/ash/system/date/clock_observer.h
@@ -15,6 +15,7 @@ class ASH_EXPORT ClockObserver {
virtual void OnDateFormatChanged() = 0;
virtual void OnSystemClockTimeUpdated() = 0;
+ virtual void OnSystemClockCanSetTimeChanged(bool can_set_time) = 0;
// Force a refresh (e.g. after the system is resumed).
virtual void Refresh() = 0;

Powered by Google App Engine
This is Rietveld 408576698