diff options
Diffstat (limited to 'chromeos/chromeos_switches.cc')
-rw-r--r-- | chromeos/chromeos_switches.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc index 714adaf..46052d8 100644 --- a/chromeos/chromeos_switches.cc +++ b/chromeos/chromeos_switches.cc @@ -117,6 +117,11 @@ const char kEnterpriseEnrollmentInitialModulus[] = const char kEnterpriseEnrollmentModulusLimit[] = "enterprise-enrollment-modulus-limit"; +// Don't create robot account on enrollment. Used when testing device +// enrollment against YAPS or the Python test server. +const char kEnterpriseEnrollmentSkipRobotAuth[] = + "enterprise-enrollment-skip-robot-auth"; + // Shows the selecting checkboxes in the Files.app. const char kFileManagerShowCheckboxes[] = "file-manager-show-checkboxes"; |