| Index: chrome/common/extensions/api/extension_api.json
|
| diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json
|
| index 8ae8075ef4431e3878bfd66dbffcccd78c17969c..00febf819f875eec10aa9fd9c934d2955f276e06 100644
|
| --- a/chrome/common/extensions/api/extension_api.json
|
| +++ b/chrome/common/extensions/api/extension_api.json
|
| @@ -5240,6 +5240,44 @@
|
| ]
|
| },
|
| {
|
| + "namespace": "webSocketProxyPrivate",
|
| + "nodoc": true,
|
| + "types": [],
|
| + "functions": [
|
| + {
|
| + "name": "getPassportForTCP",
|
| + "description": "requests authorization token for websocket to TCP proxy.",
|
| + "parameters": [
|
| + {
|
| + "type": "string",
|
| + "name": "hostname",
|
| + "minLength": 1,
|
| + "description": "hostname to which TCP connection is requested."
|
| + },
|
| + {
|
| + "type": "integer",
|
| + "name": "port",
|
| + "minimum": 1,
|
| + "maximum": 65535,
|
| + "description": "TCP port number."
|
| + },
|
| + {
|
| + "type": "function",
|
| + "name": "callback",
|
| + "parameters": [
|
| + {
|
| + "type": "string",
|
| + "name": "passport",
|
| + "description": "Passport for passing to proxy."
|
| + }
|
| + ]
|
| + }
|
| + ]
|
| + }
|
| + ],
|
| + "events": []
|
| + },
|
| + {
|
| "namespace": "experimental.extension",
|
| "types": [
|
| {
|
|
|