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

Unified Diff: chrome/common/pref_names.cc

Issue 374573006: Force enterprise enrollment flow upon detection of inconsistent state. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 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";

Powered by Google App Engine
This is Rietveld 408576698