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

Side by Side Diff: chrome/common/extensions/api/experimental.declarative.json

Issue 9309114: Allow "internal" APIs to be specified in extension API schemas. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 10 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
« no previous file with comments | « no previous file | chrome/common/extensions/docs/build/directory.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "namespace": "experimental.declarative", 3 "namespace": "experimental.declarative",
4 "nodoc": true, 4 "internal": true,
5 "types": [ 5 "types": [
6 { 6 {
7 "id": "Rule", 7 "id": "Rule",
8 "type": "object", 8 "type": "object",
9 "description": "Description of a declarative rule for handling events.", 9 "description": "Description of a declarative rule for handling events.",
10 "properties": { 10 "properties": {
11 "id": { 11 "id": {
12 "type": "string", 12 "type": "string",
13 "optional": true, 13 "optional": true,
14 "description": "Optional identifier that allows referencing this rul e." 14 "description": "Optional identifier that allows referencing this rul e."
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "type": "function", 119 "type": "function",
120 "parameters": [], 120 "parameters": [],
121 "description": "Called when rules were unregistered." 121 "description": "Called when rules were unregistered."
122 } 122 }
123 ] 123 ]
124 } 124 }
125 ] 125 ]
126 } 126 }
127 ] 127 ]
128 128
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/build/directory.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698