| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index cb31372d6e3a3d28b7b8cd893e10218dd7e12466..2e70d7043b2ab9709f1ec0f624ae1f228f88ccc0 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -755,6 +755,9 @@ const char kNetworkCountryIso[] = "network-country-iso";
|
|
|
| // Set to enable compatibility with legacy WebView synchronous APIs.
|
| const char kEnableWebViewSynchronousAPIs[] = "enable-webview-synchronous-apis";
|
| +
|
| +// Disable overscroll edge effects like those found in Android views.
|
| +const char kDisableOverscrollEdgeEffect[] = "disable-overscroll-edge-effect";
|
| #endif
|
|
|
| #if defined(OS_CHROMEOS)
|
|
|