Chromium Code Reviews| Index: net/socket/client_socket_pool_manager.h |
| =================================================================== |
| --- net/socket/client_socket_pool_manager.h (revision 89554) |
| +++ net/socket/client_socket_pool_manager.h (working copy) |
| @@ -83,7 +83,7 @@ |
| SSLConfigService* ssl_config_service); |
| virtual ~ClientSocketPoolManager(); |
| - void FlushSocketPools(); |
| + NET_TEST void FlushSocketPools(); |
|
Evan Martin
2011/06/24 02:32:55
This is a bit weird. How can you even call this m
wtc
2011/06/24 16:36:26
I guess the constructor is called by some other NE
rvargas (doing something else)
2011/06/24 22:37:20
Good point. The problem was that HttpNetworkSessio
|
| void CloseIdleSockets(); |
| TransportClientSocketPool* transport_socket_pool() { |