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

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

Issue 8958023: Added missing names in extension api jsons (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed a typo Created 8 years, 12 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "namespace": "experimental.input.ui", 3 "namespace": "experimental.input.ui",
4 "nodoc": true, 4 "nodoc": true,
5 "platforms": ["chromeos touch"], 5 "platforms": ["chromeos touch"],
6 "types": [], 6 "types": [],
7 "functions": [ 7 "functions": [
8 { 8 {
9 "name": "register", 9 "name": "register",
10 "type": "function", 10 "type": "function",
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 "description": "Auxiliary text." 120 "description": "Auxiliary text."
121 } 121 }
122 ] 122 ]
123 }, 123 },
124 { 124 {
125 "name": "onUpdateLookupTable", 125 "name": "onUpdateLookupTable",
126 "type": "function", 126 "type": "function",
127 "description": "Fired when lookup table is updated.", 127 "description": "Fired when lookup table is updated.",
128 "parameters": [ 128 "parameters": [
129 { "type": "object", 129 { "type": "object",
130 "name": "lookupTable",
130 "properties": { 131 "properties": {
131 "visible": { "type": "boolean" }, 132 "visible": { "type": "boolean" },
132 "candidates": { "type": "array", "items": { "type": "string" } } 133 "candidates": { "type": "array", "items": { "type": "string" } }
133 }, 134 },
134 "description": "Lookup table" 135 "description": "Lookup table"
135 } 136 }
136 ] 137 ]
137 } 138 }
138 139
139 ] 140 ]
140 } 141 }
141 ] 142 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/experimental.downloads.json ('k') | chrome/common/extensions/api/fileBrowserPrivate.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698