| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index dd8459b83429bf8953eb2f7b3c40fe09aae5f8e9..42ce9e18fb58d215d8763a5360d8a4347ed79146 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1784,6 +1784,12 @@ const char kOobeComplete[] = "OobeComplete";
|
| // The name of the screen that has to be shown if OOBE has been interrupted.
|
| const char kOobeScreenPending[] = "OobeScreenPending";
|
|
|
| +// A boolean pref to indicate if an eligible controller (either a Chrome OS
|
| +// device, or an Android device) is detected during bootstrapping or
|
| +// shark/remora setup process. A controller can help the device go through OOBE
|
| +// and get enrolled into a domain automatically.
|
| +const char kOobeControllerDetected[] = "OobeControllerDetected";
|
| +
|
| // A boolean pref for whether the Goodies promotion webpage has been displayed,
|
| // or otherwise disqualified for auto-display, on this device.
|
| const char kCanShowOobeGoodiesPage[] = "CanShowOobeGoodiesPage";
|
|
|