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

Unified Diff: chrome/browser/about_flags.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: Worked on review comments. Created 5 years, 2 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 1024afcf433519278f4c4d5b2355b0fa5f7c332f..6a7d72224d33ce991800d4ad8d49ddb67d019289 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -676,6 +676,11 @@ const Experiment kExperiments[] = {
IDS_FLAGS_DISABLE_WEBAUDIO_DESCRIPTION,
kOsAndroid,
SINGLE_VALUE_TYPE(switches::kDisableWebAudio)},
+ {"enable-osk-overscroll",
+ IDS_FLAGS_ENABLE_OSK_OVERSCROLL_NAME,
+ IDS_FLAGS_ENABLE_OSK_OVERSCROLL_DESCRIPTION,
+ kOsAndroid,
+ SINGLE_VALUE_TYPE(switches::kEnableOSKOverscroll)},
#endif
// Native client is compiled out when DISABLE_NACL is defined.
#if !defined(DISABLE_NACL)

Powered by Google App Engine
This is Rietveld 408576698