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

Unified Diff: chrome/browser/policy/browser_policy_connector.h

Issue 10827050: Added a timezone policy and pyauto tests for it. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addressed comments. Created 8 years, 4 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: chrome/browser/policy/browser_policy_connector.h
diff --git a/chrome/browser/policy/browser_policy_connector.h b/chrome/browser/policy/browser_policy_connector.h
index 8218f36432de1339f17d5855cdba567e713dc7a0..fc38904eb34fcafa7602f30ec3a39a7a18907c62 100644
--- a/chrome/browser/policy/browser_policy_connector.h
+++ b/chrome/browser/policy/browser_policy_connector.h
@@ -174,6 +174,9 @@ class BrowserPolicyConnector : public content::NotificationObserver {
// local_state is initialized.
void CompleteInitialization();
+ // Set the timezone as soon as the policies are available.
+ void SetTimezoneIfPolicyAvailable();
+
static ConfigurationPolicyProvider* CreatePlatformProvider();
// Used to convert policies to preferences. The providers declared below
« no previous file with comments | « chrome/browser/chromeos/settings/device_settings_provider.cc ('k') | chrome/browser/policy/browser_policy_connector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698