diff options
author | rch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-09 18:08:09 +0000 |
---|---|---|
committer | rch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-09 18:08:09 +0000 |
commit | 07c234afb79da58678041d152d15c547077ee93a (patch) | |
tree | 953d1b51d32a6c7d4120701a4ae834898b469a08 /net/spdy/spdy_session_pool.h | |
parent | 54ea217d2acacd72d8e0c8cd9ee0f0e5e51d1a95 (diff) | |
download | chromium_src-07c234afb79da58678041d152d15c547077ee93a.zip chromium_src-07c234afb79da58678041d152d15c547077ee93a.tar.gz chromium_src-07c234afb79da58678041d152d15c547077ee93a.tar.bz2 |
Remove SPDY 2.1 support.
BUG=121919
Review URL: http://codereview.chromium.org/10005041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131383 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/spdy/spdy_session_pool.h')
-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 39f9fe2..27d1785 100644 --- a/net/spdy/spdy_session_pool.h +++ b/net/spdy/spdy_session_pool.h @@ -146,12 +146,9 @@ class NET_EXPORT SpdySessionPool friend class test_spdy2::SpdySessionPoolPeer; // For testing. friend class test_spdy3::SpdySessionPoolPeer; // For testing. friend class SpdyNetworkTransactionSpdy2Test; // For testing. - friend class SpdyNetworkTransactionSpdy21Test; // For testing. friend class SpdyNetworkTransactionSpdy3Test; // For testing. FRIEND_TEST_ALL_PREFIXES(SpdyNetworkTransactionSpdy2Test, WindowUpdateOverflow); - FRIEND_TEST_ALL_PREFIXES(SpdyNetworkTransactionSpdy21Test, - WindowUpdateOverflow); FRIEND_TEST_ALL_PREFIXES(SpdyNetworkTransactionSpdy3Test, WindowUpdateOverflow); |