diff options
Diffstat (limited to 'net/spdy')
-rw-r--r-- | net/spdy/spdy_session_pool.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/spdy/spdy_session_pool.h b/net/spdy/spdy_session_pool.h index 10da747..91ff8cb 100644 --- a/net/spdy/spdy_session_pool.h +++ b/net/spdy/spdy_session_pool.h @@ -23,9 +23,6 @@ #include "net/spdy/spdy_settings_storage.h" namespace net { -// Sessions are uniquely identified by their HostPortPair and the proxy server -// that will be used to connect to it (may be DIRECT). -typedef std::pair<HostPortPair, ProxyServer> HostPortProxyPair; class BoundNetLog; class ClientSocketHandle; |