| 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 f8fc85237d3bfd33cab974d24f272b91b2edaedc..acdaa779949c00bbfe2008b5b3b7d55ca05575be 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1248,6 +1248,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kEnableOverlayScrollbar,
|
| switches::kEnablePinch,
|
| switches::kEnablePreciseMemoryInfo,
|
| + switches::kEnablePushMessagePayload,
|
| switches::kEnableRendererMojoChannel,
|
| switches::kEnableSeccompFilterSandbox,
|
| switches::kEnableSkiaBenchmarking,
|
|
|