Chromium Code Reviews| Index: chrome/common/chrome_switches.h |
| =================================================================== |
| --- chrome/common/chrome_switches.h (revision 71581) |
| +++ chrome/common/chrome_switches.h (working copy) |
| @@ -76,6 +76,7 @@ |
| extern const char kDisableExtensions[]; |
| extern const char kDisableFileSystem[]; |
| extern const char kDisableFlashSandbox[]; |
| +extern const char kDisableInteractiveFormValidation[]; |
|
darin (slow to review)
2011/01/19 23:34:31
nit: please insert in sorted order
tkent
2011/01/20 01:40:34
Fixed.
I initially named it kDisableFormInteract
|
| extern const char kDisableGLSLTranslator[]; |
| extern const char kDisableGeolocation[]; |
| extern const char kDisableGpuWatchdog[]; |