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 |