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

Unified Diff: chromeos/chromeos_switches.cc

Issue 2725113002: Enable ARC kiosk mode always when ARC is available (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 ca2273ecef8a1fe8f67e40053ee4081163392803..2698f1cd135ee90dc39457efbcd6000f30ba6a5a 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -68,8 +68,6 @@ const char kAppOemManifestFile[] = "app-mode-oem-manifest";
// - none: ARC is not installed on this device. (default)
// - installed: ARC is installed on this device, but not officially supported.
// Users can enable ARC only when Finch experiment is turned on.
-// - installed-only-kiosk-supported: ARC is installed, but officially supported
-// only in kiosk mode.
// - officially-supported: ARC is installed and supported on this device. So
// users can enable ARC via settings etc.
// - officially-supported-with-active-directory: ARC is supported and also

Powered by Google App Engine
This is Rietveld 408576698