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..0444dea706125484842f8063174336a8d74e7140 100644 |
| --- a/extensions/common/api/virtual_keyboard_private.json |
| +++ b/extensions/common/api/virtual_keyboard_private.json |
| @@ -242,6 +242,13 @@ |
| "$ref": "Bounds" |
| } |
| ] |
| + }, |
| + { |
| + "name": "onKeyboardDestroyed", |
|
Devlin
2016/07/14 17:44:51
"Destroyed" is kind of a weird name here. What ab
Azure Wei
2016/07/15 15:52:30
Done.
|
| + "type": "function", |
| + "description": "Fired when the virtual keyboard window has been destroyed.", |
| + "parameters": [ |
|
Devlin
2016/07/14 17:44:51
unneeded if empty.
Azure Wei
2016/07/15 15:52:30
Done.
|
| + ] |
| } |
| ] |
| } |