Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 97a22ec799ffc13bcc775b6ff1783f47ffe41d1e..fbf1e5848624a56a891cd80b17e6c3b78412d554 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1840,6 +1840,12 @@ const char kCustomizationDefaultWallpaperURL[] = |
// System uptime, when last logout started. |
// This is saved to file and cleared after chrome process starts. |
const char kLogoutStartedLast[] = "chromeos.logout-started"; |
+ |
+// The role of the device in the OOBE bootstrapping process. If it's a "slave" |
+// device, then it's eligible to be enrolled by a "master" device (which could |
+// be an Android app). |
+const char kIsBootstrappingSlave[] = "is_oobe_bootstrapping_slave"; |
+ |
#endif // defined(OS_CHROMEOS) |
// Whether there is a Flash version installed that supports clearing LSO data. |