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

Unified Diff: chrome/common/pref_names.cc

Issue 10693022: Add support for loading user cloud policy on desktop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tweaked some comments after self-review. 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/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index a5f4ad9f652f3e114cdc235e0aa931904c9b4899..c32b5c20ca0637bd51df48a1aa68bbfbad91fdd5 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1929,6 +1929,9 @@ const char kCustomHandlersEnabled[] = "custom_handlers.enabled";
const char kDevicePolicyRefreshRate[] = "policy.device_refresh_rate";
const char kUserPolicyRefreshRate[] = "policy.user_refresh_rate";
+// If true, cloud policy for the user is loaded once the user signs in.
+const char kLoadCloudPolicyOnSignin[] = "policy.load_cloud_policy_on_signin";
Mattias Nissler (ping if slow) 2012/08/03 12:19:08 This (and the two above) doesn't belong here (this
Andrew T Wilson (Slow) 2012/08/04 00:54:41 Done. I didn't even realize there were different s
Mattias Nissler (ping if slow) 2012/08/06 08:33:52 It doesn't, they're in the wrong location, and it
+
// String that represents the recovery component last downloaded version. This
// takes the usual 'a.b.c.d' notation.
const char kRecoveryComponentVersion[] = "recovery_component.version";

Powered by Google App Engine
This is Rietveld 408576698