Index: ui/keyboard/keyboard_controller.h |
diff --git a/ui/keyboard/keyboard_controller.h b/ui/keyboard/keyboard_controller.h |
index cb21b1d6c7c20ae8f57725f37d6352d05f379d61..0f97b0b58908cf476a02408aa41f5c8fb5e86b05 100644 |
--- a/ui/keyboard/keyboard_controller.h |
+++ b/ui/keyboard/keyboard_controller.h |
@@ -42,6 +42,9 @@ class KEYBOARD_EXPORT KeyboardController : public ui::InputMethodObserver, |
// It is the responsibility of the caller to Show() the returned window. |
aura::Window* GetContainerWindow(); |
+ // Force the visibility of the virtual keyboard. |
+ void SetKeyboardVisibility(bool should_show); |
+ |
// Management of the observer list. |
virtual void AddObserver(KeyboardControllerObserver* observer); |
virtual void RemoveObserver(KeyboardControllerObserver* observer); |