Index: content/browser/renderer_host/render_process_host_impl.cc |
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc |
index 912b382d08238aaa31bef6dc30df84c26b330e43..f29943feff1ab1d2f1a3fc89e858d731d73badcc 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -794,6 +794,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kDisableWebSockets, |
switches::kDomAutomationController, |
switches::kEnableAccessibilityLogging, |
+ switches::kEnableBrowserPluginOldImplementation, |
switches::kEnableDCHECK, |
switches::kEnableEncryptedMedia, |
switches::kEnableExperimentalWebKitFeatures, |