| Index: chrome/browser/chromeos/web_socket_proxy_controller.h
|
| diff --git a/chrome/browser/chromeos/web_socket_proxy_controller.h b/chrome/browser/chromeos/web_socket_proxy_controller.h
|
| index bcee38e4bf1126847bd7be93a59d25c26dfd9499..4e8ad0d703bf262ad02973705f91847022712d0c 100644
|
| --- a/chrome/browser/chromeos/web_socket_proxy_controller.h
|
| +++ b/chrome/browser/chromeos/web_socket_proxy_controller.h
|
| @@ -29,6 +29,7 @@ class WebSocketProxyController {
|
| // All methods can be called on any thread.
|
| static void Shutdown();
|
| static bool IsInitiated();
|
| + static int GetPort(); // Returns port listening websocket connections.
|
|
|
| static bool CheckCredentials(
|
| const std::string& extension_id,
|
|
|