Index: chromeos/chromeos_switches.cc |
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc |
index 8d79cad42bf52cff940b01778d7dbb40457d042f..3072c1c1636f18431e280866df418f130e08fd15 100644 |
--- a/chromeos/chromeos_switches.cc |
+++ b/chromeos/chromeos_switches.cc |
@@ -154,6 +154,9 @@ const char kOobeSkipPostLogin[] = "oobe-skip-postlogin"; |
// Interval at which we check for total time on OOBE. |
const char kOobeTimerInterval[] = "oobe-timer-interval"; |
+// Indicates that a guest session has been started before OOBE completion. |
+const char kOobeGuestSession[] = "oobe-guest-session"; |
+ |
// Specifies power stub behavior: |
// 'cycle=2' - Cycles power states every 2 seconds. |
// See FakeDBusThreadManager::ParsePowerCommandLineSwitch for full details. |