| Index: ui/keyboard/keyboard_util.h
|
| diff --git a/ui/keyboard/keyboard_util.h b/ui/keyboard/keyboard_util.h
|
| index bc343bda7b654b5603977069bae1900296f97cc4..40a2c16ef98be040e63bb4ff4a7519c212ac2207 100644
|
| --- a/ui/keyboard/keyboard_util.h
|
| +++ b/ui/keyboard/keyboard_util.h
|
| @@ -71,6 +71,12 @@ KEYBOARD_EXPORT bool IsKeyboardUsabilityExperimentEnabled();
|
| // Returns true if keyboard overscroll mode is enabled.
|
| KEYBOARD_EXPORT bool IsKeyboardOverscrollEnabled();
|
|
|
| +// Sets temporary keyboard overscroll enabled override.
|
| +KEYBOARD_EXPORT void SetKeyboardOverscrollEnabledOverrideValue(bool enabled);
|
| +
|
| +// Enables temporary keyboard overscroll override.
|
| +KEYBOARD_EXPORT void SetKeyboardOverscrollOverrideEnabled(bool enabled);
|
| +
|
| // Returns true if an IME extension can specify a custom input view for the
|
| // virtual keyboard window.
|
| KEYBOARD_EXPORT bool IsInputViewEnabled();
|
|
|