| 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 04368dd01b96b5a554f902f8201131fa84709652..865d3709cf61aeba8961b21a99efaa4a2a6227b2 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1092,6 +1092,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kEnableOverlayScrollbar,
|
| switches::kEnableOverscrollNotifications,
|
| switches::kEnablePinch,
|
| + switches::kEnablePreciseMemoryInfo,
|
| switches::kEnablePreparsedJsCaching,
|
| switches::kEnableRepaintAfterLayout,
|
| switches::kEnableSeccompFilterSandbox,
|
|
|