| Index: chrome/common/extensions/api/extension.json
|
| diff --git a/chrome/common/extensions/api/extension.json b/chrome/common/extensions/api/extension.json
|
| index 1e735ad63da4ce8850152633d98edf4247e4a3b9..eb37ed49006e1e3f1b4c8d1eac45c07a73d05413 100644
|
| --- a/chrome/common/extensions/api/extension.json
|
| +++ b/chrome/common/extensions/api/extension.json
|
| @@ -6,7 +6,7 @@
|
| {
|
| "namespace": "extension",
|
| "nocompile": true,
|
| - "dependencies": [ "tabs" ],
|
| + "dependencies": [ "events", "tabs" ],
|
| "types": [
|
| {
|
| "id": "MessageSender",
|
| @@ -18,18 +18,6 @@
|
| }
|
| },
|
| {
|
| - "id": "Event",
|
| - "type": "object",
|
| - "description": "An object which allows the addition and removal of listeners for a Chrome event.",
|
| - "properties": {
|
| - "addListener": {"type": "function"},
|
| - "removeListener": {"type": "function"},
|
| - "hasListener": {"type": "function"},
|
| - "hasListeners": {"type": "function"}
|
| - },
|
| - "additionalProperties": { "type": "any"}
|
| - },
|
| - {
|
| "id": "Port",
|
| "type": "object",
|
| "description": "An object which allows two way communication with other pages.",
|
|
|