| 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 0589ae0fd41baea60f25ee2b9d37029e560ae10d..82e08ae63c8d8b7e267671f55668056d1e8975a8 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1433,6 +1433,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kNoReferrers,
|
| switches::kNoSandbox,
|
| switches::kOverridePluginPowerSaverForTesting,
|
| + switches::kPassiveListenersDefault,
|
| switches::kPpapiInProcess,
|
| switches::kProfilerTiming,
|
| switches::kReducedReferrerGranularity,
|
|
|