Chromium Code Reviews| 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"; |