Chromium Code Reviews| Index: extensions/common/api/virtual_keyboard_private.json |
| diff --git a/extensions/common/api/virtual_keyboard_private.json b/extensions/common/api/virtual_keyboard_private.json |
| index ac6775b38b38883076dd87162ef84b6382621a9b..738738df45f733b1c70ca2b0d818b8960b420d23 100644 |
| --- a/extensions/common/api/virtual_keyboard_private.json |
| +++ b/extensions/common/api/virtual_keyboard_private.json |
| @@ -242,6 +242,11 @@ |
| "$ref": "Bounds" |
| } |
| ] |
| + }, |
| + { |
| + "name": "onKeyboardClosed", |
| + "type": "function", |
| + "description": "Fired when the virtual keyboard window has been closed, for example, turning off on-screen keyboard, or exiting tablet mode." |
|
Devlin
2016/07/15 16:00:17
nit: make this two sentences
Fired when the virtua
|
| } |
| ] |
| } |