| 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 088b7196b9c210ff5c5e93333b1da9907e15ca4c..25fb1fc9e648b21b02952d2862ad41dd229e3536 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1777,8 +1777,8 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| cc::switches::kShowScreenSpaceRects,
|
| cc::switches::kShowSurfaceDamageRects,
|
| cc::switches::kSlowDownRasterScaleFactor,
|
| - cc::switches::kTopControlsHideThreshold,
|
| - cc::switches::kTopControlsShowThreshold,
|
| + cc::switches::kBrowserControlsHideThreshold,
|
| + cc::switches::kBrowserControlsShowThreshold,
|
|
|
| #if defined(ENABLE_PLUGINS)
|
| switches::kEnablePepperTesting,
|
|
|