| 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 081ff736631c1309c468b7990efbd788462495a2..3bae2f35636b53bc65aae2c77268e272e8e2a2a9 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1267,6 +1267,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kEnableOverlayFullscreenVideo,
|
| switches::kEnableOverlayScrollbar,
|
| switches::kEnablePinch,
|
| + switches::kEnablePluginPlaceholderTesting,
|
| switches::kEnablePreciseMemoryInfo,
|
| switches::kEnablePreferCompositingToLCDText,
|
| switches::kEnablePushMessagePayload,
|
|
|