| Index: chrome/common/extensions/api/web_request.json
|
| diff --git a/chrome/common/extensions/api/web_request.json b/chrome/common/extensions/api/web_request.json
|
| index 386178871af2156d18f7e3f379188e56ec18da6d..cf1cf4a434b6f4afba847b811bd2845c2dc85c45 100644
|
| --- a/chrome/common/extensions/api/web_request.json
|
| +++ b/chrome/common/extensions/api/web_request.json
|
| @@ -83,32 +83,6 @@
|
| ],
|
| "functions": [
|
| {
|
| - "name": "addEventListener",
|
| - "nodoc": true,
|
| - "type": "function",
|
| - "description": "Used internally to implement the special form of addListener for the webRequest events.",
|
| - "parameters": [
|
| - {"type": "function", "name": "callback"},
|
| - {
|
| - "$ref": "RequestFilter",
|
| - "name": "filter",
|
| - "description": "A set of filters that restricts the events that will be sent to this listener."
|
| - },
|
| - {
|
| - "type": "array",
|
| - "optional": true,
|
| - "name": "extraInfoSpec",
|
| - "description": "Array of extra information that should be passed to the listener function.",
|
| - "items": {
|
| - "type": "string",
|
| - "enum": ["requestHeaders", "responseHeaders", "blocking", "asyncBlocking"]
|
| - }
|
| - },
|
| - {"type": "string", "name": "eventName"},
|
| - {"type": "string", "name": "subEventName"}
|
| - ]
|
| - },
|
| - {
|
| "name": "eventHandled",
|
| "nodoc": true,
|
| "type": "function",
|
|
|