| 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 d817cb41d33dde5111bbb3062f0bd1ad80353a3c..f97a6500d75544825a33c9fc211fb6c15cbedefb 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -952,9 +952,6 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kEnableEac3Playback,
|
| switches::kForceDeviceScaleFactor,
|
| switches::kFullMemoryCrashReport,
|
| -#if defined(OS_ANDROID)
|
| - switches::kHideScrollbars,
|
| -#endif
|
| #if !defined (GOOGLE_CHROME_BUILD)
|
| // These are unsupported and not fully tested modes, so don't enable them
|
| // for official Google Chrome builds.
|
| @@ -990,6 +987,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| // --in-process-webgl.
|
| switches::kUseGL,
|
| switches::kUseMobileUserAgent,
|
| + switches::kUseSolidColorScrollbars,
|
| switches::kUserAgent,
|
| switches::kV,
|
| switches::kVideoThreads,
|
| @@ -1029,6 +1027,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| cc::switches::kShowScreenSpaceRects,
|
| cc::switches::kShowSurfaceDamageRects,
|
| cc::switches::kSlowDownRasterScaleFactor,
|
| + cc::switches::kSolidColorScrollbarColor,
|
| cc::switches::kStrictLayerPropertyChangeChecking,
|
| cc::switches::kTopControlsHeight,
|
| cc::switches::kTopControlsHideThreshold,
|
|
|