Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6084)

Unified Diff: chrome/common/extensions/api/web_request.json

Issue 10310028: Making webRequest.addEventListener internal (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Implicit internal permissions for webRequest Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698