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

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: 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/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..8f7bfef2635ed349715984f4ffdca7492ece67e6 100644
--- a/ash/system/chromeos/system_clock_observer.h
+++ b/ash/system/chromeos/system_clock_observer.h
@@ -17,12 +17,16 @@ class SystemClockObserver
SystemClockObserver();
virtual ~SystemClockObserver();
- // chromeos::SystemClockClient::Observer
+ // chromeos::SystemClockClient::Observer:
stevenjb 2014/04/25 22:53:31 Please don't add the :'s. There's no set standard,
michaelpg 2014/04/25 23:50:29 Done.
virtual void SystemClockUpdated() OVERRIDE;
+ virtual void SystemClockCanSetTimeChanged(bool can_set_time) OVERRIDE;
- // chromeos::system::TimezoneSettings::Observer
+ // chromeos::system::TimezoneSettings::Observer:
virtual void TimezoneChanged(const icu::TimeZone& timezone) OVERRIDE;
+ // Queries the SystemClockClient for whether the time can be set.
+ bool SystemClockCanSetTime();
+
private:
DISALLOW_COPY_AND_ASSIGN(SystemClockObserver);
};
« no previous file with comments | « no previous file | ash/system/chromeos/system_clock_observer.cc » ('j') | ash/system/chromeos/system_clock_observer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698