Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 01a3a57bd8e22bd799cc427f19665d53caa833ce..45e1df8c551e885dc64ee53baea15e04e9d4d2a8 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -956,6 +956,9 @@ const char kRendererWaitForJavaDebugger[] = "renderer-wait-for-java-debugger"; |
// with Blink data. |
const char kEnableImeThread[] = "enable-ime-thread"; |
const char kDisableImeThread[] = "disable-ime-thread"; |
+ |
+// Enables overscrolling for the OSK on Android. |
+const char kEnableOSKOverscroll[] = "enable-osk-overscroll"; |
#endif |
// Enable the aggressive flushing of DOM Storage to minimize data loss. |