diff options
Diffstat (limited to 'net/socket/client_socket_pool.h')
-rw-r--r-- | net/socket/client_socket_pool.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/socket/client_socket_pool.h b/net/socket/client_socket_pool.h index b3a7bba..1c8b30e 100644 --- a/net/socket/client_socket_pool.h +++ b/net/socket/client_socket_pool.h @@ -69,9 +69,6 @@ class ClientSocketPool : public base::RefCounted<ClientSocketPool> { // Called to close any idle connections held by the connection manager. virtual void CloseIdleSockets() = 0; - // Returns the HostResolver that will be used for host lookups. - virtual HostResolver* GetHostResolver() const = 0; - // The total number of idle sockets in the pool. virtual int IdleSocketCount() const = 0; |