Chromium Code Reviews| 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[]; |