diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-30 18:49:05 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-30 18:49:05 +0000 |
commit | ab83889ea0a2351c800e9b4697c04749bdc2e255 (patch) | |
tree | 3ac2dd1f2b79f15f9f7474b3c448a44da7a28cb1 /net/socket/client_socket_pool.h | |
parent | b8e787f0951866c565b80e9af124c825af9a4231 (diff) | |
download | chromium_src-ab83889ea0a2351c800e9b4697c04749bdc2e255.zip chromium_src-ab83889ea0a2351c800e9b4697c04749bdc2e255.tar.gz chromium_src-ab83889ea0a2351c800e9b4697c04749bdc2e255.tar.bz2 |
Refactor ClientSocketPoolBase to be testable without host resolution / tcp connections.
BUG=http://crbug.com/13289
TEST=none
Review URL: http://codereview.chromium.org/147252
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19620 0039d316-1c4b-4281-b951-d872f2087c98
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; |