Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index 6445793e2d18e1583ad0206b114692ddca77ab5f..20020abfb1796ed727c20167704d02b5e5e3c8ad 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -159,8 +159,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs( |
if (ui::IsOverlayScrollbarEnabled()) |
WebRuntimeFeatures::enableOverlayScrollbars(true); |
- if (ui::ShouldHideScrollbars()) |
- WebRuntimeFeatures::enableHideScrollbars(true); |
if (command_line.HasSwitch(switches::kEnablePreciseMemoryInfo)) |
WebRuntimeFeatures::enablePreciseMemoryInfo(true); |