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

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

Issue 10272021: Files generated by the JSON schema compiler are named incorrectly (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Minor changes 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "namespace": "experimental.record", 3 "namespace": "experimental.record",
4 "types": [ 4 "types": [
5 { 5 {
6 "id": "SessionDetails", 6 "id": "SessionDetails",
7 "type": "object", 7 "type": "object",
8 "description": "", 8 "description": "",
9 "properties": { 9 "properties": {
10 "extensionPath": {"type": "string", "optional": true, "description": " A path to an extension to run in the session. Should be an unpacked extension."} , 10 "extensionPath": {"type": "string", "optional": true, "description": " A path to an extension to run in the session. Should be an unpacked extension."} ,
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 "name": "callback", 80 "name": "callback",
81 "type": "function", 81 "type": "function",
82 "description": "Called when playback has completed.", 82 "description": "Called when playback has completed.",
83 "parameters": [{"$ref": "ReplayURLsResult", "name": "result"}] 83 "parameters": [{"$ref": "ReplayURLsResult", "name": "result"}]
84 } 84 }
85 ] 85 ]
86 } 86 }
87 ] 87 ]
88 } 88 }
89 ] 89 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/experimental_processes.json ('k') | chrome/common/extensions/api/experimental_rlz.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698