Chromium Code Reviews| Index: chrome/common/extensions/api/extension.json |
| diff --git a/chrome/common/extensions/api/extension.json b/chrome/common/extensions/api/extension.json |
| index 59f497c01768c2fde553925d4ada774a7a626b79..3a81ca57fffcbbd586cdfa6b9c0723856d3200f1 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", |
|
battre
2012/05/09 16:28:08
this went into events.json.
|
| - "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.", |