Index: chrome/common/extensions/api/input_ime.json |
diff --git a/chrome/common/extensions/api/input_ime.json b/chrome/common/extensions/api/input_ime.json |
index 9ddcea820f91cc2319f21cadc3f4eabfd7530ee3..2c7a5255dcbb6244d17e5188c2c58e02708587a1 100644 |
--- a/chrome/common/extensions/api/input_ime.json |
+++ b/chrome/common/extensions/api/input_ime.json |
@@ -469,6 +469,12 @@ |
"name": "onKeyEvent", |
"type": "function", |
"description": "This event is sent if this extension owns the active IME.", |
+ "options": { |
+ "supportsFilters": false, |
+ "supportsListeners": true, |
+ "supportsRules": false, |
+ "maxListeners": 1 |
+ }, |
"parameters": [ |
{ |
"type": "string", |