| 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 c0c629f8176b8602974bd617aab298294c5180eb..e96c2aca1385fe69ffb8d667b682c8a2c972c1fb 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1038,6 +1038,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kNoReferrers,
|
| switches::kNoSandbox,
|
| switches::kPpapiInProcess,
|
| + switches::kProfilerTiming,
|
| switches::kRegisterPepperPlugins,
|
| switches::kRendererAssertTest,
|
| switches::kRendererStartupDialog,
|
|
|