| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 65db79a11e7a5da322bed445e7b8cd6282ac95e4..f51c74d04830c3da7823fbbbbc4d1032a879bb18 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2083,6 +2083,9 @@ const char kInitialLocale[] = "intl.initial_locale";
|
| // A boolean pref of the OOBE complete flag (first OOBE part before login).
|
| const char kOobeComplete[] = "OobeComplete";
|
|
|
| +// The name of the next stage that has to be shown if OOBE has been interrupted.
|
| +const char kOobeStagePending[] = "OobeStagePending";
|
| +
|
| // A boolean pref of the device registered flag (second part after first login).
|
| const char kDeviceRegistered[] = "DeviceRegistered";
|
|
|
|
|