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

Unified Diff: chromeos/chromeos_switches.cc

Issue 2107033002: Added flag for enterprise zero-touch enrollment and force enrollment if (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 811776c4fc7c302c3a4f1b7ea7cc05c809fb59af..d92f1dfd2f114b7ee9c8021c8f48a1d2dbd85f39 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -201,6 +201,11 @@ const char kEnterpriseEnrollmentInitialModulus[] =
const char kEnterpriseEnrollmentModulusLimit[] =
"enterprise-enrollment-modulus-limit";
+// The presence of this flag enables the zero-touch enterprise enrollment
pastarmovj 2016/06/29 08:46:02 nit: Why not simply "Enables zero-touch enterprise
The one and only Dr. Crash 2016/06/29 21:04:38 Done.
+// flow.
+const char kEnterpriseEnableZeroTouchEnrollment[] =
+ "enterprise-enable-zero-touch-enrollment";
+
// Enables the chromecast support for video player app.
const char kEnableVideoPlayerChromecastSupport[] =
"enable-video-player-chromecast-support";

Powered by Google App Engine
This is Rietveld 408576698