| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index bde96d1fceea656091082eb613fb6bc93d7758ef..3302cc2a872d64a54003a2a84ccae06e70d28acf 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1836,6 +1836,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 helped by a "master" device (can also be an
|
| +// Android App) to go through OOBE process and get enrolled into enterprise.
|
| +const char kOobeBootstrappingRole[] = "oobe_bootstrapping";
|
| +
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| // Whether there is a Flash version installed that supports clearing LSO data.
|
|
|