Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(640)

Unified Diff: net/spdy/spdy_session_pool.h

Issue 10005041: Remove SPDY 2.1 support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove references to deleted flags from chrome/browser Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/spdy/spdy_session.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_session_pool.h
diff --git a/net/spdy/spdy_session_pool.h b/net/spdy/spdy_session_pool.h
index 39f9fe227ef30edb8070f89a13571497326970a1..27d1785a5ff3ab628fbc846e5893c0d212c71f06 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);
« no previous file with comments | « net/spdy/spdy_session.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698