Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: chromeos/chromeos_switches.cc

Issue 2707133006: Start ARC and sign in after Chrome OS login (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index c60ef0adbb16aa84f8b062308bd39c434682d03f..c8878760c83e748f5172eeb67c437689177c94e6 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -237,6 +237,9 @@ const char kEnableArc[] = "enable-arc";
// Enables ARC OptIn flow in OOBE.
const char kEnableArcOOBEOptIn[] = "enable-arc-oobe-optin";
+// Enables ARC for all users excluding Play.
hidehiko 2017/02/23 10:29:17 This sounds confusing, because this is still only
victorhsieh 2017/02/24 00:45:00 Re-write the comments. Hope it's less confusing.
+const char kEnableArcPersistently[] = "enable-arc-persistently";
+
// Enables consume kiosk mode.
const char kEnableConsumerKiosk[] = "enable-consumer-kiosk";

Powered by Google App Engine
This is Rietveld 408576698