Chromium Code Reviews| Index: ash/virtual_keyboard_controller.h |
| diff --git a/ash/virtual_keyboard_controller.h b/ash/virtual_keyboard_controller.h |
| index 811a247f06048289515c9c09038350cefeaf3e3d..2dbf9a166b1af59a87d4aaf897e94d93e4f39e5f 100644 |
| --- a/ash/virtual_keyboard_controller.h |
| +++ b/ash/virtual_keyboard_controller.h |
| @@ -37,6 +37,9 @@ class ASH_EXPORT VirtualKeyboardController |
| // Updates the list of active input devices. |
| void UpdateDevices(); |
| + // Checks whether smart deployment is enabled. |
| + bool IsSmartVirtualKeyboardEnabled(); |
|
sky
2014/12/15 15:50:53
This function doesn't need any state from VirtualK
rsadam
2014/12/15 16:29:40
Done.
|
| + |
| // Updates the keyboard state. |
| void UpdateKeyboardEnabled(); |