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 499f1616223036ecf528498a9d3b0b8a08391e9a..e341a4afd975973fb26f3bb06352fb2ac3dfdd4a 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -941,6 +941,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kRendererStartupDialog, |
switches::kShowPaintRects, |
switches::kSitePerProcess, |
+ switches::kStatsCollectionController, |
switches::kTestSandbox, |
switches::kTouchEvents, |
switches::kTraceStartup, |