| 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 7fe3ea5bbe029f39b7840a36d45f4bee070709f3..cd771b24681293e34ad1afa438951c6149fdb911 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -795,6 +795,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kDisableWebSockets,
|
| switches::kDomAutomationController,
|
| switches::kEnableAccessibilityLogging,
|
| + switches::kEnableBrowserPluginForAllViewTypes,
|
| switches::kEnableBrowserPluginOldImplementation,
|
| switches::kEnableDCHECK,
|
| switches::kEnableEncryptedMedia,
|
|
|