| 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 77248d43f2a04eb4786551bae956c5a6cf39855e..62750cf83f7c3de57553d87007688fc247950ea0 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1094,6 +1094,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kEnablePinch,
|
| switches::kEnablePreparsedJsCaching,
|
| switches::kEnableRepaintAfterLayout,
|
| + switches::kEnableSeccompFilterSandbox,
|
| switches::kEnableServiceWorker,
|
| switches::kEnableSkiaBenchmarking,
|
| switches::kEnableSoftwareCompositing,
|
|
|