Index: chromeos/chromeos_switches.cc |
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc |
index 99860c7c379d531ffc9777609218a7e30b3c574e..52a107a5b3eb16a10b6b5181c9194ff361d63719 100644 |
--- a/chromeos/chromeos_switches.cc |
+++ b/chromeos/chromeos_switches.cc |
@@ -63,6 +63,10 @@ const char kAppAutoLaunched[] = "app-auto-launched"; |
// Path for app's OEM manifest file. |
const char kAppOemManifestFile[] = "app-mode-oem-manifest"; |
+// Always starts ARC after login screen without Play Store in almost all cases. |
+// But there may be some exception that ARC will not run. |
+const char kArcAlwaysStart[] = "arc-always-start"; |
+ |
// Signals ARC support status on this device. This can take one of the |
// following three values. |
// - none: ARC is not installed on this device. (default) |