Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index 44a0a8a4b45185e028c0c3b6dba8f796ea31ba87..a2479b11debb7c9ba7ac63088c3a357a07d08f87 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); |