| Index: net/socket/tcp_client_socket_pool_unittest.cc
|
| ===================================================================
|
| --- net/socket/tcp_client_socket_pool_unittest.cc (revision 46791)
|
| +++ net/socket/tcp_client_socket_pool_unittest.cc (working copy)
|
| @@ -731,13 +731,6 @@
|
| // One socket is stalled, the other is active.
|
| EXPECT_EQ(0, pool_->IdleSocketCount());
|
| handle.Reset();
|
| -
|
| - pool_ = new TCPClientSocketPool(kMaxSockets,
|
| - kMaxSocketsPerGroup,
|
| - "TCPUnitTest",
|
| - host_resolver_,
|
| - &client_socket_factory_,
|
| - NULL);
|
| }
|
| }
|
|
|
|
|