Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(308)

Unified Diff: chromeos/chromeos_switches.cc

Issue 384973004: Introduce disable-gaia-services for fake telemetry login. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 1fbf1c51119d5ef9d97e7b0611a7e4545df0f0e7..b381f1c67ec4c471c06f41ab696ce9ba606e3440 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -184,6 +184,9 @@ const char kNaturalScrollDefault[] = "enable-natural-scroll-default";
// Skips all other OOBE pages after user login.
const char kOobeSkipPostLogin[] = "oobe-skip-postlogin";
+// Disable session restore. Used by 'fake' telemetry login.
Nikita (slow) 2014/07/14 09:32:59 nit: Disable OAuth session restore.
achuithb 2014/07/16 20:00:52 Done.
+const char kDisableSessionRestore[] = "disable-session-restore";
+
// Interval at which we check for total time on OOBE.
const char kOobeTimerInterval[] = "oobe-timer-interval";

Powered by Google App Engine
This is Rietveld 408576698