| Index: net/socket/ssl_client_socket_mac.h
|
| ===================================================================
|
| --- net/socket/ssl_client_socket_mac.h (revision 65819)
|
| +++ net/socket/ssl_client_socket_mac.h (working copy)
|
| @@ -31,7 +31,7 @@
|
| // certificate during the SSL handshake. ssl_config specifies the SSL
|
| // settings.
|
| SSLClientSocketMac(ClientSocketHandle* transport_socket,
|
| - const std::string& hostname,
|
| + const HostPortPair& host_and_port,
|
| const SSLConfig& ssl_config);
|
| ~SSLClientSocketMac();
|
|
|
| @@ -99,6 +99,7 @@
|
|
|
| scoped_ptr<ClientSocketHandle> transport_;
|
| std::string hostname_;
|
| + uint16 port_;
|
| SSLConfig ssl_config_;
|
|
|
| CompletionCallback* user_connect_callback_;
|
|
|