Index: extensions/browser/api/virtual_keyboard_private/virtual_keyboard_delegate.h |
diff --git a/extensions/browser/api/virtual_keyboard_private/virtual_keyboard_delegate.h b/extensions/browser/api/virtual_keyboard_private/virtual_keyboard_delegate.h |
index b5d624b575dd1fa957d35c5f46ccbde83d0a5d66..4d1452e3ca7e3622d0e65020b4609fdd991e5454 100644 |
--- a/extensions/browser/api/virtual_keyboard_private/virtual_keyboard_delegate.h |
+++ b/extensions/browser/api/virtual_keyboard_private/virtual_keyboard_delegate.h |
@@ -36,6 +36,9 @@ class VirtualKeyboardDelegate { |
// For example, settings should be blocked when the session is locked. |
virtual bool IsLanguageSettingsEnabled() = 0; |
+ // Sets the state of the hotrod virtual keyboad. |
+ virtual void SetHotrodKeyboard(bool enable) = 0; |
+ |
// Activate and lock the virtual keyboad on screen or dismiss the keyboard |
// regardless of the state of text focus. Used in a11y mode to allow typing |
// hotkeys without the need for text focus. Returns true if successful. |