| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index a54c0fdc46bfc5c9b8b3b6ce246e0f91c5672201..4f7b9d5b7a3f90dc44d021e0399dd97436970253 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -185,6 +185,10 @@ const char kNaturalScrollDefault[] = "enable-natural-scroll-default";
|
| // Skips all other OOBE pages after user login.
|
| const char kOobeSkipPostLogin[] = "oobe-skip-postlogin";
|
|
|
| +// Disable GAIA services such as enrollment and OAuth session restore. Used by
|
| +// 'fake' telemetry login.
|
| +const char kDisableGaiaServices[] = "disable-gaia-services";
|
| +
|
| // Interval at which we check for total time on OOBE.
|
| const char kOobeTimerInterval[] = "oobe-timer-interval";
|
|
|
|
|