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[]; |