| 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 05f7cfe9247f713183ff4e815ee5bc3a72dcd862..88c446f567e20b465dfd4b5f97214d10ff7c82ca 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -199,7 +199,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"
|
| @@ -1716,7 +1716,6 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kDisableLogging,
|
| switches::kDisableMediaSuspend,
|
| switches::kDisableNotifications,
|
| - switches::kDisableOverlayScrollbar,
|
| switches::kDisablePepper3DImageChromium,
|
| switches::kDisablePermissionsAPI,
|
| switches::kDisablePresentationAPI,
|
| @@ -1755,7 +1754,6 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kEnableLogging,
|
| switches::kEnableNetworkInformation,
|
| switches::kEnableNetworkService,
|
| - switches::kEnableOverlayScrollbar,
|
| switches::kEnableNewVp9CodecString,
|
| switches::kEnablePinch,
|
| switches::kEnablePluginPlaceholderTesting,
|
|
|