| Index: ui/keyboard/keyboard_util.h
|
| diff --git a/ui/keyboard/keyboard_util.h b/ui/keyboard/keyboard_util.h
|
| index 02b734426fe4a46a5feb5b7a6eb9be315108f2b1..864be500e8ac6026d98a8d79fc0bc24088740240 100644
|
| --- a/ui/keyboard/keyboard_util.h
|
| +++ b/ui/keyboard/keyboard_util.h
|
| @@ -98,9 +98,6 @@ KEYBOARD_EXPORT bool IsKeyboardEnabled();
|
| // Returns true if the virtual keyboard is currently visible.
|
| KEYBOARD_EXPORT bool IsKeyboardVisible();
|
|
|
| -// 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();
|
|
|
|
|