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