Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(579)

Unified Diff: content/public/common/content_switches.cc

Issue 1386403003: Resize only the virtual viewport when the OSK triggers a resize. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/InsetConsumerView/InsetObserverView Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/common/content_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index dd4298b62cc145445dfbfb6d07c6e5bdc8ab5d5a..58610b0d06383f414bdba13339184318286773e2 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -950,6 +950,9 @@ const char kRendererWaitForJavaDebugger[] = "renderer-wait-for-java-debugger";
// Maintaining this code path in case there are compatibility bugs with the
// standard async input path. Remove tracked as part of crbug.com/545628.
const char kSyncInputForSyncCompositor[] = "sync-input-for-sync-compositor";
+
+// 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.
« no previous file with comments | « content/public/common/content_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698