| 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 1258365fbab78cb20f02fc3ad6fa16f21e2ea1f3..7d1f74e5d18209a12e96a599346e0f16a29242e6 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.
|
|
|