| 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 db88982d1395eb86052df09d3cb3268ea6cb97a6..683dcc06f9d981ffba2fc9b70dbfa93b1624b827 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1146,6 +1146,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kEnableOverlayScrollbar,
|
| switches::kEnableOverscrollNotifications,
|
| switches::kEnablePinch,
|
| + switches::kEnablePluginPowerSaver,
|
| switches::kEnablePreciseMemoryInfo,
|
| switches::kEnableRendererMojoChannel,
|
| switches::kEnableSeccompFilterSandbox,
|
|
|