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

Side by Side Diff: chrome/common/extensions/api/web_request_internal.json

Issue 228343002: Cleanup webRequest/Internal API and permission registration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. Created 6 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
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": {
10 "implemented_in": "chrome/browser/extensions/api/web_request/web_request_a pi.h"
11 },
9 "functions": [ 12 "functions": [
10 { 13 {
11 "name": "addEventListener", 14 "name": "addEventListener",
12 "type": "function", 15 "type": "function",
13 "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.",
14 "parameters": [ 17 "parameters": [
15 {"type": "function", "name": "callback"}, 18 {"type": "function", "name": "callback"},
16 { 19 {
17 "$ref": "webRequest.RequestFilter", 20 "$ref": "webRequest.RequestFilter",
18 "name": "filter", 21 "name": "filter",
(...skipping 25 matching lines...) Expand all
44 { 47 {
45 "$ref": "webRequest.BlockingResponse", 48 "$ref": "webRequest.BlockingResponse",
46 "optional": true, 49 "optional": true,
47 "name": "response" 50 "name": "response"
48 } 51 }
49 ] 52 ]
50 } 53 }
51 ] 54 ]
52 } 55 }
53 ] 56 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/api.gyp ('k') | chrome/common/extensions/permissions/chrome_api_permissions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698