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

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: Created 8 years, 5 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 818c2bfaec921ad072a21d122ef03b625e9a0db9..7a1d4fa70088778d900a02f60727654f9c9080c7 100644
--- a/chrome/browser/policy/browser_policy_connector.h
+++ b/chrome/browser/policy/browser_policy_connector.h
@@ -161,6 +161,10 @@ class BrowserPolicyConnector : public content::NotificationObserver {
// local_state is initialized.
void CompleteInitialization();
+#if defined(OS_CHROMEOS)
+ void SetTimezoneIfPolicyAvailable();
+#endif
+
static ConfigurationPolicyProvider* CreatePlatformProvider();
// Used to convert policies to preferences. The providers declared below

Powered by Google App Engine
This is Rietveld 408576698