diff options
Diffstat (limited to 'net/socket/tcp_client_socket_pool.h')
-rw-r--r-- | net/socket/tcp_client_socket_pool.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/socket/tcp_client_socket_pool.h b/net/socket/tcp_client_socket_pool.h index 4837468..08f0634f 100644 --- a/net/socket/tcp_client_socket_pool.h +++ b/net/socket/tcp_client_socket_pool.h @@ -131,6 +131,11 @@ class TCPClientSocketPool : public ClientSocketPool { CompletionCallback* callback, const BoundNetLog& net_log); + virtual void RequestSockets(const std::string& group_name, + const void* params, + int num_sockets, + const BoundNetLog& net_log); + virtual void CancelRequest(const std::string& group_name, ClientSocketHandle* handle); |