summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos_switches.h
diff options
context:
space:
mode:
authorpastarmovj@google.com <pastarmovj@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-06 12:59:06 +0000
committerpastarmovj@google.com <pastarmovj@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-06 12:59:06 +0000
commitb7cbb9a91717568634c08bba3c7f9fd524030b8e (patch)
tree47f51e4a68f7a69f7b8f8c7b227d83ee9acc82c8 /chromeos/chromeos_switches.h
parent95f63fe949f45b0e0bb02a0b2b16e8e904edd260 (diff)
downloadchromium_src-b7cbb9a91717568634c08bba3c7f9fd524030b8e.zip
chromium_src-b7cbb9a91717568634c08bba3c7f9fd524030b8e.tar.gz
chromium_src-b7cbb9a91717568634c08bba3c7f9fd524030b8e.tar.bz2
Add a flag to skip robot token fetching for testing device enrollments.
None of the testing server implementations are currently capable of minting robot OAuth tokens and testing of device enrollment was only possible against actual DMServer. With this flag it will be possible to successfully complete enrollment while still testing the whole enrollment handshake and only skipping the step where the robot token is fetched from GAIA. BUG=313811 TEST=Enrollment against YAPS should succeed. R=joaodasilva@chromium.org Review URL: https://codereview.chromium.org/60113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233262 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/chromeos_switches.h')
-rw-r--r--chromeos/chromeos_switches.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromeos/chromeos_switches.h b/chromeos/chromeos_switches.h
index 32e3cfe..e5226df 100644
--- a/chromeos/chromeos_switches.h
+++ b/chromeos/chromeos_switches.h
@@ -50,6 +50,7 @@ CHROMEOS_EXPORT extern const char kEnableStubPortalledWifi[];
CHROMEOS_EXPORT extern const char kEnableTouchpadThreeFingerClick[];
CHROMEOS_EXPORT extern const char kEnterpriseEnrollmentInitialModulus[];
CHROMEOS_EXPORT extern const char kEnterpriseEnrollmentModulusLimit[];
+CHROMEOS_EXPORT extern const char kEnterpriseEnrollmentSkipRobotAuth[];
CHROMEOS_EXPORT extern const char kFileManagerShowCheckboxes[];
CHROMEOS_EXPORT extern const char kFileManagerEnableWebstoreIntegration[];
CHROMEOS_EXPORT extern const char kFirstExecAfterBoot[];