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

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

Issue 16876004: Updating JSON Schema Compiler to add description field to schemas. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (kalman) rebase Created 7 years, 6 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 // 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": "webSocketProxyPrivate", 7 "namespace": "webSocketProxyPrivate",
8 "nodoc": true, 8 "description": "none",
9 "types": [],
10 "functions": [ 9 "functions": [
11 { 10 {
12 "name": "getPassportForTCP", 11 "name": "getPassportForTCP",
13 "description": "requests authorization token for websocket to TCP proxy. ", 12 "description": "requests authorization token for websocket to TCP proxy. ",
14 "parameters": [ 13 "parameters": [
15 { 14 {
16 "type": "string", 15 "type": "string",
17 "name": "hostname", 16 "name": "hostname",
18 "minLength": 1, 17 "minLength": 1,
19 "description": "hostname to which TCP connection is requested." 18 "description": "hostname to which TCP connection is requested."
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 "description": "URL for opening as WebSocket." 72 "description": "URL for opening as WebSocket."
74 } 73 }
75 ] 74 ]
76 } 75 }
77 ] 76 ]
78 } 77 }
79 ], 78 ],
80 "events": [] 79 "events": []
81 } 80 }
82 ] 81 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/web_request_internal.json ('k') | chrome/common/extensions/api/webstore.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698