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

Unified Diff: chrome/common/chrome_switches.cc

Issue 6329005: * Add WebPreference::interactive_form_validation_enabled... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 months 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.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";

Powered by Google App Engine
This is Rietveld 408576698