| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 [ | 5 [ |
| 6 { | 6 { |
| 7 "namespace": "webRequestInternal", | 7 "namespace": "webRequestInternal", |
| 8 "description": "none", | 8 "description": "none", |
| 9 "compiler_options": { | 9 "compiler_options": { |
| 10 "implemented_in": "chrome/browser/extensions/api/web_request/web_request_a
pi.h" | 10 "implemented_in": "extensions/browser/api/web_request/web_request_api.h" |
| 11 }, | 11 }, |
| 12 "functions": [ | 12 "functions": [ |
| 13 { | 13 { |
| 14 "name": "addEventListener", | 14 "name": "addEventListener", |
| 15 "type": "function", | 15 "type": "function", |
| 16 "description": "Used internally to implement the special form of addList
ener for the webRequest events.", | 16 "description": "Used internally to implement the special form of addList
ener for the webRequest events.", |
| 17 "parameters": [ | 17 "parameters": [ |
| 18 {"type": "function", "name": "callback"}, | 18 {"type": "function", "name": "callback"}, |
| 19 { | 19 { |
| 20 "$ref": "webRequest.RequestFilter", | 20 "$ref": "webRequest.RequestFilter", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 47 { | 47 { |
| 48 "$ref": "webRequest.BlockingResponse", | 48 "$ref": "webRequest.BlockingResponse", |
| 49 "optional": true, | 49 "optional": true, |
| 50 "name": "response" | 50 "name": "response" |
| 51 } | 51 } |
| 52 ] | 52 ] |
| 53 } | 53 } |
| 54 ] | 54 ] |
| 55 } | 55 } |
| 56 ] | 56 ] |
| OLD | NEW |