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