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

Unified Diff: webkit/glue/webpreferences.h

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: webkit/glue/webpreferences.h
===================================================================
--- webkit/glue/webpreferences.h (revision 71581)
+++ webkit/glue/webpreferences.h (working copy)
@@ -5,8 +5,8 @@
// A struct for managing webkit's settings.
//
// Adding new values to this class probably involves updating
-// WebKit::WebSettings, common/render_messages.h, and
-// browser/profile.cc.
+// WebKit::WebSettings, common/render_messages.cc, browser/tab_contents/
+// render_view_host_delegate_helper.cc, and browser/profiles/profile.cc.
#ifndef WEBKIT_GLUE_WEBPREFERENCES_H__
#define WEBKIT_GLUE_WEBPREFERENCES_H__
@@ -74,6 +74,7 @@
bool accelerated_2d_canvas_enabled;
bool accelerated_plugins_enabled;
bool memory_info_enabled;
+ bool interactive_form_validation_enabled;
// We try to keep the default values the same as the default values in
// chrome, except for the cases where it would require lots of extra work for

Powered by Google App Engine
This is Rietveld 408576698