Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index b66ce996cf99ce4031bbafb3c6fc8e177879ff77..bd0f6ec58b3041d936d3005b2aaf74738531ae89 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -786,4 +786,9 @@ const char kEnableOverscrollHistoryNavigation[] = |
// Enables 'image/webp' accept header for image requests. |
const char kEnableWebPInAcceptHeader[] = "enable-webp-in-accept-header"; |
+#if defined(OS_ANDROID) |
+// Enables overscroll edge effects like those found in Android views. |
+const char kEnableOverscrollEdgeEffect[] = "enable-overscroll-edge-effect"; |
+#endif |
+ |
} // namespace switches |