Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index e50916b40f019994f70a4f5e7ad2ba384de8f25e..13de8bb26cf49903a732a65ef7b210b1333e3456 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -783,4 +783,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 |