diff options
author | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-11 07:32:18 +0000 |
---|---|---|
committer | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-11 07:32:18 +0000 |
commit | d8e564f3d437496f3b82341f5db4212927148f40 (patch) | |
tree | 43afce5f4e2eea760c2d7314bbd802f17f80e1b3 /chrome/common/extensions/api/input_ime.json | |
parent | cf21188c75cd525d8cd24515cc137ca61efe9408 (diff) | |
download | chromium_src-d8e564f3d437496f3b82341f5db4212927148f40.zip chromium_src-d8e564f3d437496f3b82341f5db4212927148f40.tar.gz chromium_src-d8e564f3d437496f3b82341f5db4212927148f40.tar.bz2 |
Revert 146038 as it might have broken chromeos browser_tests - Make eventArgumentMassagers asynchronous so custom bindings don't need to override chrome.Event.prototype.dispatch.
BUG=121479
Review URL: https://chromiumcodereview.appspot.com/10704073
TBR=koz@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10736024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146078 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/api/input_ime.json')
-rw-r--r-- | chrome/common/extensions/api/input_ime.json | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/common/extensions/api/input_ime.json b/chrome/common/extensions/api/input_ime.json index 2c7a525..9ddcea8 100644 --- a/chrome/common/extensions/api/input_ime.json +++ b/chrome/common/extensions/api/input_ime.json @@ -469,12 +469,6 @@ "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", |