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

Unified Diff: chrome/common/chrome_switches.h

Issue 60113002: Add a flag to skip robot token fetching for testing device enrollments. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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: chrome/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 2e0d881b4b7b2b0da792a3d2e831a3a585a8970c..521b139a2b9447d8591c54e836df8ac161f54bd8 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -229,6 +229,9 @@ extern const char kEnableUnrestrictedSSL3Fallback[];
extern const char kEnableUserAlternateProtocolPorts[];
extern const char kEnableWatchdog[];
extern const char kEnableWebSocketOverSpdy[];
+#if defined(OS_CHROMEOS)
+extern const char kEnrollmentSkipRobotAuth[];
Joao da Silva 2013/11/05 16:25:48 This should go in src/chromeos/chromeos_switches.h
pastarmovj 2013/11/05 16:38:58 Done and renamed to fit in the general schema.
+#endif
extern const char kExplicitlyAllowedPorts[];
extern const char kExtensionProcess[];
extern const char kExtensionsUpdateFrequency[];

Powered by Google App Engine
This is Rietveld 408576698