| Index: net/socket/ssl_client_socket_nss.h
|
| ===================================================================
|
| --- net/socket/ssl_client_socket_nss.h (revision 65819)
|
| +++ net/socket/ssl_client_socket_nss.h (working copy)
|
| @@ -19,6 +19,7 @@
|
| #include "base/timer.h"
|
| #include "net/base/cert_verify_result.h"
|
| #include "net/base/completion_callback.h"
|
| +#include "net/base/host_port_pair.h"
|
| #include "net/base/net_log.h"
|
| #include "net/base/nss_memio.h"
|
| #include "net/base/ssl_config_service.h"
|
| @@ -42,7 +43,7 @@
|
| // certificate during the SSL handshake. ssl_config specifies the SSL
|
| // settings.
|
| SSLClientSocketNSS(ClientSocketHandle* transport_socket,
|
| - const std::string& hostname,
|
| + const HostPortPair& host_and_port,
|
| const SSLConfig& ssl_config,
|
| SSLHostInfo* ssl_host_info,
|
| DnsRRResolver* dnsrr_resolver);
|
| @@ -158,7 +159,7 @@
|
|
|
| CompletionCallbackImpl<SSLClientSocketNSS> handshake_io_callback_;
|
| scoped_ptr<ClientSocketHandle> transport_;
|
| - std::string hostname_;
|
| + HostPortPair host_and_port_;
|
| SSLConfig ssl_config_;
|
|
|
| CompletionCallback* user_connect_callback_;
|
|
|