Chromium Code Reviews| Index: chrome/common/pref_names.cc |
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
| index 65db79a11e7a5da322bed445e7b8cd6282ac95e4..2c2f53f9149a2091024e1c59553e944903fd2b82 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 kOobeScreenPending[] = "OobeStagePending"; |
|
Mattias Nissler (ping if slow)
2014/05/15 09:30:25
two more instances of "stage" to fix.
pastarmovj
2014/05/19 14:12:27
Done.
|
| + |
| // A boolean pref of the device registered flag (second part after first login). |
| const char kDeviceRegistered[] = "DeviceRegistered"; |