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

Unified Diff: ui/keyboard/keyboard_switches.h

Issue 195793004: Implement overscroll support for the virtual keyboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address reviewer feedback. Created 6 years, 8 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: ui/keyboard/keyboard_switches.h
diff --git a/ui/keyboard/keyboard_switches.h b/ui/keyboard/keyboard_switches.h
index 21f9471302688a64dae101fa71358f576265640a..c5c3716c1578c5360213b838a19dee316360108a 100644
--- a/ui/keyboard/keyboard_switches.h
+++ b/ui/keyboard/keyboard_switches.h
@@ -24,6 +24,15 @@ KEYBOARD_EXPORT extern const char kEnableInputView[];
// Enables the virtual keyboard.
KEYBOARD_EXPORT extern const char kEnableVirtualKeyboard[];
+// Disabled overscrolling of web content when the virtual keyboard is displayed.
+// If disabled, the work area is resized to restrict windows from overlapping
+// with the keybaord area.
+KEYBOARD_EXPORT extern const char kDisableVirtualKeyboardOverscroll[];
+
+// Enable overscrolling of web content when the virtual keyboard is displayed
+// to provide access to content that would otherwise be occluded.
+KEYBOARD_EXPORT extern const char kEnableVirtualKeyboardOverscroll[];
+
// Enables the keyboard usability experiment. This is an experimental mode for
// testing the usability of various experimental keyboard layouts.
KEYBOARD_EXPORT extern const char kKeyboardUsabilityExperiment[];

Powered by Google App Engine
This is Rietveld 408576698