| Index: net/socket/ssl_client_socket_win.h
|
| ===================================================================
|
| --- net/socket/ssl_client_socket_win.h (revision 65205)
|
| +++ net/socket/ssl_client_socket_win.h (working copy)
|
| @@ -36,6 +36,7 @@
|
| // settings.
|
| SSLClientSocketWin(ClientSocketHandle* transport_socket,
|
| const std::string& hostname,
|
| + uint16 port,
|
| const SSLConfig& ssl_config);
|
| ~SSLClientSocketWin();
|
|
|
| @@ -104,6 +105,7 @@
|
|
|
| scoped_ptr<ClientSocketHandle> transport_;
|
| std::string hostname_;
|
| + uint16 port_;
|
| SSLConfig ssl_config_;
|
|
|
| // User function to callback when the Connect() completes.
|
|
|