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

Unified Diff: chrome/common/pref_names.cc

Issue 438493002: Added ConsumerManagementService class to handle enroll state and device owner info in boot lockbox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@signin
Patch Set: Created 6 years, 4 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 bae18c5969ecf47a058c83bc084a96370d4842da..5dcfab4a444f1fda2847d5233fe79a4a23d939e9 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1901,9 +1901,11 @@ const char kCustomizationDefaultWallpaperURL[] =
// This is saved to file and cleared after chrome process starts.
const char kLogoutStartedLast[] = "chromeos.logout-started";
-// A boolean pref of the consumer management enrollment requested flag.
-const char kConsumerManagementEnrollmentRequested[] =
- "consumer_management.enrollment_requested";
+// An integer pref of the current consumer management enrollment state. The
+// meaning of the value is defined in enum EnrollmentState in:
bartfab (slow) 2014/08/05 18:07:14 Nit: s/in enum/in the enum/
davidyu 2014/08/06 03:04:32 Done.
+// chrome/browser/chromeos/policy/consumer_management_service.h
+const char kConsumerManagementEnrollmentState[] =
+ "consumer_management.enrollment_state";
#endif
// Whether there is a Flash version installed that supports clearing LSO data.
« chrome/browser/ui/webui/options/options_ui.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698