Index: chromeos/chromeos_switches.cc |
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc |
index 1b517aaf6af7bd886c7edef11b2c3375d62ba4c6..814151cb4ad74c836759aeeea584c15beec9a5c9 100644 |
--- a/chromeos/chromeos_switches.cc |
+++ b/chromeos/chromeos_switches.cc |
@@ -235,6 +235,10 @@ const char kSmsTestMessages[] = "sms-test-messages"; |
// This option is for testing the chromeos build of chrome on the desktop only. |
const char kStubCrosSettings[] = "stub-cros-settings"; |
+// Indicates that the system is running in dev mode. The dev mode probing is |
+// done by session manager. |
+const char kSystemDevMode[] = "system-developer-mode"; |
+ |
// Enables animated transitions during first-run tutorial. |
const char kEnableFirstRunUITransitions[] = "enable-first-run-ui-transitions"; |