| 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 18c53677ec6bd811ab3b425575266d7b269f95b2..557b67d362cfed516bbec17ccf848ea6cbe67caa 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1437,6 +1437,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kNoReferrers,
|
| switches::kNoSandbox,
|
| switches::kOverridePluginPowerSaverForTesting,
|
| + switches::kPassiveListenersDefault,
|
| switches::kPpapiInProcess,
|
| switches::kProfilerTiming,
|
| switches::kReducedReferrerGranularity,
|
|
|