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

Unified Diff: ash/system/chromeos/system_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: rebase, single quotes in browsertest js 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
« no previous file with comments | « no previous file | ash/system/chromeos/system_clock_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/system_clock_observer.h
diff --git a/ash/system/chromeos/system_clock_observer.h b/ash/system/chromeos/system_clock_observer.h
index dcc11eeca8239b3f550f4144f6c7e9d505be70df..5d4c4d668008a3d1ba3ba70cfa3ccc838121d992 100644
--- a/ash/system/chromeos/system_clock_observer.h
+++ b/ash/system/chromeos/system_clock_observer.h
@@ -19,11 +19,16 @@ class SystemClockObserver
// chromeos::SystemClockClient::Observer
virtual void SystemClockUpdated() OVERRIDE;
+ virtual void SystemClockCanSetTimeChanged(bool can_set_time) OVERRIDE;
// chromeos::system::TimezoneSettings::Observer
virtual void TimezoneChanged(const icu::TimeZone& timezone) OVERRIDE;
+ bool can_set_time() { return can_set_time_; }
+
private:
+ bool can_set_time_;
+
DISALLOW_COPY_AND_ASSIGN(SystemClockObserver);
};
« no previous file with comments | « no previous file | ash/system/chromeos/system_clock_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698