| Index: net/socket/tcp_client_socket_pool_unittest.cc
|
| ===================================================================
|
| --- net/socket/tcp_client_socket_pool_unittest.cc (revision 62921)
|
| +++ net/socket/tcp_client_socket_pool_unittest.cc (working copy)
|
| @@ -245,10 +245,8 @@
|
| virtual SSLClientSocket* CreateSSLClientSocket(
|
| ClientSocketHandle* transport_socket,
|
| const std::string& hostname,
|
| - const SSLConfig& ssl_config,
|
| - SSLHostInfo* ssl_host_info) {
|
| + const SSLConfig& ssl_config) {
|
| NOTIMPLEMENTED();
|
| - delete ssl_host_info;
|
| return NULL;
|
| }
|
|
|
|
|