Index: ui/keyboard/keyboard_util.h |
diff --git a/ui/keyboard/keyboard_util.h b/ui/keyboard/keyboard_util.h |
index c3ef7aff3d90b4a392836ebf0eec12f2973fe8fb..6e4215e590392a5777632266519eb76d301b3b15 100644 |
--- a/ui/keyboard/keyboard_util.h |
+++ b/ui/keyboard/keyboard_util.h |
@@ -66,6 +66,12 @@ KEYBOARD_EXPORT void SetTouchKeyboardEnabled(bool enabled); |
// Gets the state of the touch onscreen keyboard. |
KEYBOARD_EXPORT bool GetTouchKeyboardEnabled(); |
+// Sets the state of the kiosk onscreen keyboard. |
+KEYBOARD_EXPORT void SetKioskKeyboardEnabled(bool enabled); |
+ |
+// Gets the state of the touch onscreen keyboard. |
+KEYBOARD_EXPORT bool GetKioskKeyboardEnabled(); |
+ |
// Gets the default keyboard layout. |
KEYBOARD_EXPORT std::string GetKeyboardLayout(); |