| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 3af920809127f7afa1031d4009b835b61660a774..6c1ae916b3a79fa8ea91603896fb6c1579b2765e 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -279,11 +279,6 @@ const char kDisableSSLFalseStart[] = "disable-ssl-false-start";
|
| // Disable multithreaded GPU compositing of web content.
|
| const char kDisableThreadedCompositing[] = "disable-threaded-compositing";
|
|
|
| -// Disable accelerated overflow scrolling in corner cases (that would not be
|
| -// handled by enable-accelerated-overflow-scroll).
|
| -const char kDisableUniversalAcceleratedOverflowScroll[] =
|
| - "disable-universal-accelerated-overflow-scroll";
|
| -
|
| // Don't enforce the same-origin policy. (Used by people testing their sites.)
|
| const char kDisableWebSecurity[] = "disable-web-security";
|
|
|
| @@ -509,10 +504,6 @@ const char kEnableTcpFastOpen[] = "enable-tcp-fastopen";
|
| // Enable multithreaded GPU compositing of web content.
|
| const char kEnableThreadedCompositing[] = "enable-threaded-compositing";
|
|
|
| -// Enable accelerated overflow scrolling in all cases.
|
| -const char kEnableUniversalAcceleratedOverflowScroll[] =
|
| - "enable-universal-accelerated-overflow-scroll";
|
| -
|
| // Enable screen capturing support for MediaStream API.
|
| const char kEnableUserMediaScreenCapturing[] =
|
| "enable-usermedia-screen-capturing";
|
|
|