| 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 347c19f0c6da5555059b23cc53d42c2c82f12d75..b364c29051f9c0e226bdccf0c2c248663bae3739 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1295,6 +1295,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kMemoryMetrics,
|
| switches::kNoReferrers,
|
| switches::kNoSandbox,
|
| + switches::kOverridePluginPowerSaverForTesting,
|
| switches::kPpapiInProcess,
|
| switches::kProfilerTiming,
|
| switches::kReducedReferrerGranularity,
|
|
|