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 e5cb16531835bd785635d43139e9212f6e54e2f5..63e9901228e15f42bc7f9f43b4229db991f772f7 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -865,6 +865,8 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
cc::switches::kTraceAllRenderedFrames, |
cc::switches::kTraceOverdraw, |
cc::switches::kTopControlsHeight, |
+ cc::switches::kTopControlsShowThreshold, |
+ cc::switches::kTopControlsHideThreshold, |
cc::switches::kSlowDownRasterScaleFactor, |
cc::switches::kUseCheapnessEstimator, |
cc::switches::kLowResolutionContentsScaleFactor, |