| Index: ui/keyboard/keyboard_util.h
|
| diff --git a/ui/keyboard/keyboard_util.h b/ui/keyboard/keyboard_util.h
|
| index 48dd2ca0037053e68ef510c8772551a5cb655342..57f98747f5ef15b343a9040a5cc25c52caf597ef 100644
|
| --- a/ui/keyboard/keyboard_util.h
|
| +++ b/ui/keyboard/keyboard_util.h
|
| @@ -57,6 +57,9 @@ KEYBOARD_EXPORT bool IsKeyboardEnabled();
|
| // Returns true if the keyboard usability test is enabled.
|
| KEYBOARD_EXPORT bool IsKeyboardUsabilityExperimentEnabled();
|
|
|
| +// Returns true if keyboard overscroll mode is enabled.
|
| +KEYBOARD_EXPORT bool IsKeyboardOverscrollEnabled();
|
| +
|
| // Insert |text| into the active TextInputClient associated with |root_window|,
|
| // if there is one. Returns true if |text| was successfully inserted. Note
|
| // that this may convert |text| into ui::KeyEvents for injection in some
|
|
|