| Index: ui/keyboard/keyboard_util.h
|
| diff --git a/ui/keyboard/keyboard_util.h b/ui/keyboard/keyboard_util.h
|
| index 8f72556ca92a9dc13e673fdad70a78b90f4c4a86..d0b7d08d080603da35ac7fdeab605350a80e9072 100644
|
| --- a/ui/keyboard/keyboard_util.h
|
| +++ b/ui/keyboard/keyboard_util.h
|
| @@ -76,6 +76,9 @@ KEYBOARD_EXPORT std::string GetKeyboardLayout();
|
| // Returns true if the virtual keyboard is enabled.
|
| KEYBOARD_EXPORT bool IsKeyboardEnabled();
|
|
|
| +// Returns true if smart deployment of the virtual keyboard is enabled.
|
| +KEYBOARD_EXPORT bool IsSmartDeployEnabled();
|
| +
|
| // Returns true if keyboard overscroll mode is enabled.
|
| KEYBOARD_EXPORT bool IsKeyboardOverscrollEnabled();
|
|
|
|
|