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..ec7fdebf5fb0b3f359330cd6659e6a244401e5a9 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, this can happen when turning off on-screen keyboard or exiting tablet mode." |
| } |
| ] |
| } |