Index: ui/keyboard/keyboard_util.h |
diff --git a/ui/keyboard/keyboard_util.h b/ui/keyboard/keyboard_util.h |
index c3ef7aff3d90b4a392836ebf0eec12f2973fe8fb..d553c1b4f7272bf6c27499f252921e6666d8a38f 100644 |
--- a/ui/keyboard/keyboard_util.h |
+++ b/ui/keyboard/keyboard_util.h |
@@ -86,6 +86,9 @@ KEYBOARD_EXPORT void SetKeyboardOverscrollOverride( |
// virtual keyboard window. |
KEYBOARD_EXPORT bool IsInputViewEnabled(); |
+// Returns true if experimental features are enabled for IME input-views. |
+KEYBOARD_EXPORT bool IsExperimentalInputViewEnabled(); |
+ |
// Insert |text| into the active TextInputClient associated with |root_window|, |
// if there is one. Returns true if |text| was successfully inserted. Note |
// that this may convert |text| into ui::KeyEvents for injection in some |