summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_session_pool.h
diff options
context:
space:
mode:
authorrch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-15 18:09:27 +0000
committerrch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-15 18:10:23 +0000
commitdebe0fde0c897da880278fba6d4fbde05c927094 (patch)
tree92d412be3b1f4e21993b22d190dc00e8b1264061 /net/spdy/spdy_session_pool.h
parentcbf0dc2f662cd48ca42ec942688877697c72550d (diff)
downloadchromium_src-debe0fde0c897da880278fba6d4fbde05c927094.zip
chromium_src-debe0fde0c897da880278fba6d4fbde05c927094.tar.gz
chromium_src-debe0fde0c897da880278fba6d4fbde05c927094.tar.bz2
Revert 289433 "Refactor pooling logic into a helper method"
Reason for revert: Causes crashes in canary. > Refactor pooling logic into a helper method > Disable pooling when there are cert errors. > Disable pooling when pinning does not match for the new host. > > BUG=398925 > > Review URL: https://codereview.chromium.org/425803014 TBR=rch@chromium.org Review URL: https://codereview.chromium.org/476113003 Cr-Commit-Position: refs/heads/master@{#289937} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289937 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/spdy/spdy_session_pool.h')
-rw-r--r--net/spdy/spdy_session_pool.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/spdy/spdy_session_pool.h b/net/spdy/spdy_session_pool.h
index 2fbb030..0fad5d2 100644
--- a/net/spdy/spdy_session_pool.h
+++ b/net/spdy/spdy_session_pool.h
@@ -34,7 +34,6 @@ class ClientSocketHandle;
class HostResolver;
class HttpServerProperties;
class SpdySession;
-class TransportSecurityState;
// This is a very simple pool for open SpdySessions.
class NET_EXPORT SpdySessionPool
@@ -51,7 +50,6 @@ class NET_EXPORT SpdySessionPool
HostResolver* host_resolver,
SSLConfigService* ssl_config_service,
const base::WeakPtr<HttpServerProperties>& http_server_properties,
- TransportSecurityState* transport_security_state,
bool force_single_domain,
bool enable_compression,
bool enable_ping_based_connection_checking,
@@ -193,8 +191,6 @@ class NET_EXPORT SpdySessionPool
const base::WeakPtr<HttpServerProperties> http_server_properties_;
- TransportSecurityState* transport_security_state_;
-
// The set of all sessions. This is a superset of the sessions in
// |available_sessions_|.
//