| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index a5f4ad9f652f3e114cdc235e0aa931904c9b4899..4d98c862a7030f0b2adf9488908cabe959e5c870 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1822,6 +1822,9 @@ const char kChromeOsReleaseChannel[] = "cros.system.releaseChannel";
|
| // Value of the enums in TabStrip::LayoutType as an int.
|
| const char kTabStripLayoutType[] = "tab_strip_layout_type";
|
|
|
| +// If true, cloud policy for the user is loaded once the user signs in.
|
| +const char kLoadCloudPolicyOnSignin[] = "policy.load_cloud_policy_on_signin";
|
| +
|
| // *************** SERVICE PREFS ***************
|
| // These are attached to the service process.
|
|
|
|
|