Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| =================================================================== |
| --- chrome/common/chrome_switches.cc (revision 71581) |
| +++ chrome/common/chrome_switches.cc (working copy) |
| @@ -239,6 +239,10 @@ |
| // Disables the sandbox for the built-in flash player. |
| const char kDisableFlashSandbox[] = "disable-flash-sandbox"; |
| +// Disables HTML5 Forms interactive validation. |
| +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.
|
| + "disable-interactive-form-validation"; |
| + |
| // Suppresses support for the Geolocation javascript API. |
| const char kDisableGeolocation[] = "disable-geolocation"; |