Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index cdfe00384056b97dc14f989714eaa8cacc54cda8..ddc555c75c764f01670099bb5cf8733004f55804 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1873,6 +1873,8 @@ const char kOobeScreenPending[] = "OobeScreenPending"; |
// A boolean pref of the device registered flag (second part after first login). |
const char kDeviceRegistered[] = "DeviceRegistered"; |
+const char kEnrollmentRecoveryRequired[] = "EnrollmentRecoveryRequired"; |
pastarmovj
2014/07/08 12:36:31
Document this one.
Thiemo Nagel
2014/07/08 14:02:05
Done. I had totally forgotten that.
|
+ |
// List of usernames that used certificates pushed by policy before. |
// This is used to prevent these users from joining multiprofile sessions. |
const char kUsedPolicyCertificates[] = "policy.used_policy_certificates"; |