Index: chromeos/chromeos_switches.cc |
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc |
index ca2273ecef8a1fe8f67e40053ee4081163392803..d7a45acbed5835a8da1b9f445c6d699897c3451b 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. |
+// Secondary profile is an exception where ARC will not start. |
+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) |