Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ash / system / date / clock_observer.h
index b3d9ece..a62e2be 100644 (file)
@@ -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;