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

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 and rebased. 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 818c2bfaec921ad072a21d122ef03b625e9a0db9..90c3f0cb95ddf6acecba6cf84a8a1d0750b39879 100644
--- a/chrome/browser/policy/browser_policy_connector.h
+++ b/chrome/browser/policy/browser_policy_connector.h
@@ -161,6 +161,9 @@ class BrowserPolicyConnector : public content::NotificationObserver {
// local_state is initialized.
void CompleteInitialization();
+ // Set the timezone as soon as the policies are avaiblable.
Joao da Silva 2012/08/06 15:33:49 Nit: *available
pneubeck (no reviews) 2012/08/07 06:56:11 Done.
+ void SetTimezoneIfPolicyAvailable();
+
static ConfigurationPolicyProvider* CreatePlatformProvider();
// Used to convert policies to preferences. The providers declared below

Powered by Google App Engine
This is Rietveld 408576698