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 7eb2bfeaab86d65438ab3ea5ca6c5d2abca0c337..676b1d62bc11f43a584afb86bc2e88a787ca5980 100644 |
--- a/chrome/common/extensions/api/extension_api.json |
+++ b/chrome/common/extensions/api/extension_api.json |
@@ -4645,6 +4645,33 @@ |
] |
}, |
{ |
+ "namespace": "webProxyPrivate", |
+ "nodoc": true, |
+ "types": [], |
+ "functions": [ |
+ { |
+ "name": "getToken", |
+ "type": "function", |
+ "description": "requests authorization token for websocket to TCP proxy.", |
+ "parameters": [ |
+ { |
+ "name": "hostname", |
+ "type": "string", |
+ "description": "hostname to which TCP connection is requested." |
+ }, |
+ { |
+ "name": "port", |
+ "type": "integer", |
+ "minimum": 1, |
+ "maximum": 65535, |
+ "description": "TCP port number." |
+ } |
+ ] |
+ } |
+ ], |
+ "events": [] |
+ }, |
+ { |
"namespace": "experimental.extension", |
"types": [ |
{ |