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

Unified Diff: content/renderer/web_preferences.cc

Issue 250263005: Remove --disable-threaded-html-parser flag from Chromium (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | « content/public/common/content_switches.cc ('k') | content/shell/common/webkit_test_helpers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/web_preferences.cc
diff --git a/content/renderer/web_preferences.cc b/content/renderer/web_preferences.cc
index 01422367d72b806c385f15cb7195ec597e6cdb7a..1af3cab654e90745e55a48fb43d8f1a744294511 100644
--- a/content/renderer/web_preferences.cc
+++ b/content/renderer/web_preferences.cc
@@ -197,8 +197,6 @@ void ApplyWebPreferences(const WebPreferences& prefs, WebView* web_view) {
settings->setLayerSquashingEnabled(prefs.layer_squashing_enabled);
- settings->setThreadedHTMLParser(prefs.threaded_html_parser);
-
// Display visualization of what has changed on the screen using an
// overlay of rects, if requested on the command line.
settings->setShowPaintRects(prefs.show_paint_rects);
« no previous file with comments | « content/public/common/content_switches.cc ('k') | content/shell/common/webkit_test_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698