From 9b3ef464c036a62a58a073e14b79cf9ecb790578 Mon Sep 17 00:00:00 2001 From: "willchan@chromium.org" Date: Thu, 8 Apr 2010 01:48:31 +0000 Subject: Flush socket pools and SPDY session pool properly on explicit requests and network changes. BUG=40455,40457 Review URL: http://codereview.chromium.org/1615005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43908 0039d316-1c4b-4281-b951-d872f2087c98 --- net/http/http_network_layer.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'net/http/http_network_layer.h') diff --git a/net/http/http_network_layer.h b/net/http/http_network_layer.h index 2d4130d..63df00b 100644 --- a/net/http/http_network_layer.h +++ b/net/http/http_network_layer.h @@ -20,7 +20,6 @@ class HttpNetworkSession; class NetworkChangeNotifier; class ProxyInfo; class ProxyService; -class SpdySessionPool; class SSLConfigService; class HttpNetworkLayer : public HttpTransactionFactory { @@ -82,7 +81,6 @@ class HttpNetworkLayer : public HttpTransactionFactory { scoped_refptr ssl_config_service_; scoped_refptr session_; - scoped_refptr spdy_session_pool_; HttpAuthHandlerFactory* http_auth_handler_factory_; -- cgit v1.1