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

Unified Diff: webkit/glue/webpreferences.h

Issue 3157038: Remove reference to obsolete web preference. The legacy parser no longer... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 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
« no previous file with comments | « no previous file | webkit/glue/webpreferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webpreferences.h
===================================================================
--- webkit/glue/webpreferences.h (revision 57231)
+++ webkit/glue/webpreferences.h (working copy)
@@ -65,7 +65,6 @@
bool show_composited_layer_borders;
bool accelerated_compositing_enabled;
bool accelerated_2d_canvas_enabled;
- bool enable_html5_parser;
bool memory_info_enabled;
// We try to keep the default values the same as the default values in
@@ -112,7 +111,6 @@
show_composited_layer_borders(false),
accelerated_compositing_enabled(false),
accelerated_2d_canvas_enabled(false),
- enable_html5_parser(true),
memory_info_enabled(false) {
}
« no previous file with comments | « no previous file | webkit/glue/webpreferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698