Index: chromeos/chromeos_switches.cc |
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc |
index 7c9ca1a4fd0b26655b3f70cb2d62069f3e7ae6c7..35327e38cc9eea49694137a6e5af04dbd9bc64c7 100644 |
--- a/chromeos/chromeos_switches.cc |
+++ b/chromeos/chromeos_switches.cc |
@@ -419,6 +419,9 @@ const char kOobeSkipPostLogin[] = "oobe-skip-postlogin"; |
// Interval at which we check for total time on OOBE. |
const char kOobeTimerInterval[] = "oobe-timer-interval"; |
+// If true, the md login and lock screens will be shown. |
+const char kShowMdLogin[] = "show-md-login"; |
+ |
// Specifies power stub behavior: |
// 'cycle=2' - Cycles power states every 2 seconds. |
// See FakeDBusThreadManager::ParsePowerCommandLineSwitch for full details. |