Index: chrome/common/pref_names.cc |
=================================================================== |
--- chrome/common/pref_names.cc (revision 150400) |
+++ chrome/common/pref_names.cc (working copy) |
@@ -1845,6 +1845,9 @@ |
// 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. |
Property changes on: chrome\common\pref_names.cc |
___________________________________________________________________ |
Added: svn:mergeinfo |