| Index: net/socket/client_socket_pool_manager.h
|
| diff --git a/net/socket/client_socket_pool_manager.h b/net/socket/client_socket_pool_manager.h
|
| index 9c0dae87c9c3de134ce58183dcd67fece4bd20bd..10b9619ebfa3a93bffa7f0ca5c49a3104bcd046d 100644
|
| --- a/net/socket/client_socket_pool_manager.h
|
| +++ b/net/socket/client_socket_pool_manager.h
|
| @@ -78,6 +78,7 @@ class NET_EXPORT_PRIVATE ClientSocketPoolManager {
|
|
|
| virtual void FlushSocketPoolsWithError(int error) = 0;
|
| virtual void CloseIdleSockets() = 0;
|
| + virtual void CloseIdleSocketsInGroup(const std::string& group_name) = 0;
|
| virtual TransportClientSocketPool* GetTransportSocketPool() = 0;
|
| virtual SSLClientSocketPool* GetSSLSocketPool() = 0;
|
| virtual SOCKSClientSocketPool* GetSocketPoolForSOCKSProxy(
|
|
|