| Index: ui/keyboard/keyboard_util.h
|
| diff --git a/ui/keyboard/keyboard_util.h b/ui/keyboard/keyboard_util.h
|
| index ce4df68484c72fd70c9a8c52cf8d2b7c969a490c..02b734426fe4a46a5feb5b7a6eb9be315108f2b1 100644
|
| --- a/ui/keyboard/keyboard_util.h
|
| +++ b/ui/keyboard/keyboard_util.h
|
| @@ -95,6 +95,9 @@ KEYBOARD_EXPORT std::string GetKeyboardLayout();
|
| // Returns true if the virtual keyboard is enabled.
|
| 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();
|
|
|
|
|