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 e779da3670b2c0ce4a7944ebba76613d91d1be91..8bb4f2f602d1071d1e1f1b4c0d283d50ae8cb25c 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -198,7 +198,7 @@ |
#include "ui/gfx/switches.h" |
#include "ui/gl/gl_switches.h" |
#include "ui/gl/gpu_switching_manager.h" |
-#include "ui/native_theme/native_theme_switches.h" |
+#include "ui/native_theme/native_theme_features.h" |
#if defined(OS_ANDROID) |
#include "content/public/browser/android/java_interfaces.h" |
@@ -1714,7 +1714,6 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kDisableLogging, |
switches::kDisableMediaSuspend, |
switches::kDisableNotifications, |
- switches::kDisableOverlayScrollbar, |
switches::kDisablePepper3DImageChromium, |
switches::kDisablePermissionsAPI, |
switches::kDisablePresentationAPI, |
@@ -1753,7 +1752,6 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kEnableLogging, |
switches::kEnableNetworkInformation, |
switches::kEnableNetworkService, |
- switches::kEnableOverlayScrollbar, |
switches::kEnableNewVp9CodecString, |
switches::kEnablePinch, |
switches::kEnablePluginPlaceholderTesting, |