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"; |