| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 714adafd3f2162d822f7f686a24b98e6889b4f21..46052d8d760aea2c7832cf62c8e2bfa56daf361e 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";
|
|
|
|
|