Index: content/browser/web_contents/web_contents_impl.cc |
=================================================================== |
--- content/browser/web_contents/web_contents_impl.cc (revision 182155) |
+++ content/browser/web_contents/web_contents_impl.cc (working copy) |
@@ -532,6 +532,8 @@ |
command_line.HasSwitch(switches::kEnableExperimentalWebKitFeatures); |
prefs.record_rendering_stats = |
command_line.HasSwitch(switches::kEnableGpuBenchmarking); |
+ prefs.threaded_html_parser = |
+ command_line.HasSwitch(switches::kEnableThreadedHTMLParser); |
bool touch_device_present = false; |
touch_device_present = ui::IsTouchDevicePresent(); |