| OLD | NEW |
| 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 Loading... |
| 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 ] |
| OLD | NEW |