| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 37b44c379dae9233631f417a68270107023293a3..dd08659eb203550b407b698d5a62539eb1628e69 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1811,6 +1811,9 @@ const char kOobeComplete[] = "OobeComplete";
|
| // The name of the screen that has to be shown if OOBE has been interrupted.
|
| const char kOobeScreenPending[] = "OobeScreenPending";
|
|
|
| +// If material design OOBE should be selected if OOBE has been interrupted.
|
| +const char kOobeMdMode[] = "OobeMdModeEnabled";
|
| +
|
| // 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
|
|
|