| Index: net/socket/client_socket_factory.h
|
| diff --git a/net/socket/client_socket_factory.h b/net/socket/client_socket_factory.h
|
| index 6cb5949f0b37a21d15647bd83d030feb3ef07bcc..da396298a6a9341d13b7047f06be73e944f36cac 100644
|
| --- a/net/socket/client_socket_factory.h
|
| +++ b/net/socket/client_socket_factory.h
|
| @@ -23,6 +23,7 @@ class HostPortPair;
|
| class SSLClientSocket;
|
| struct SSLClientSocketContext;
|
| struct SSLConfig;
|
| +class SSLHostInfo;
|
| class StreamSocket;
|
|
|
| // An interface used to instantiate StreamSocket objects. Used to facilitate
|
| @@ -51,6 +52,7 @@ class NET_EXPORT ClientSocketFactory {
|
| scoped_ptr<ClientSocketHandle> transport_socket,
|
| const HostPortPair& host_and_port,
|
| const SSLConfig& ssl_config,
|
| + SSLHostInfo* ssl_host_info,
|
| const SSLClientSocketContext& context) = 0;
|
|
|
| // Clears cache used for SSL session resumption.
|
|
|