| Index: net/socket/client_socket_factory.h
|
| ===================================================================
|
| --- net/socket/client_socket_factory.h (revision 38473)
|
| +++ net/socket/client_socket_factory.h (working copy)
|
| @@ -20,12 +20,6 @@
|
| const std::string& hostname,
|
| const SSLConfig& ssl_config);
|
|
|
| -// Creates SSLClientSocketNSS objects.
|
| -SSLClientSocket* SSLClientSocketNSSFactory(
|
| - ClientSocket* transport_socket,
|
| - const std::string& hostname,
|
| - const SSLConfig& ssl_config);
|
| -
|
| // An interface used to instantiate ClientSocket objects. Used to facilitate
|
| // testing code with mock socket implementations.
|
| class ClientSocketFactory {
|
|
|