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; |