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

Unified Diff: net/spdy/spdy_session.h

Issue 12743006: [SPDY] Refactor tests in preparation for a fix for a session flow control bug (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | « no previous file | net/spdy/spdy_session_spdy3_unittest.cc » ('j') | net/spdy/spdy_session_spdy3_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_session.h
diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
index 51ed212519e6edbd0551ffa4ac1305116cdacc1e..73befa70a2c55da55b6a79309877f15251724c18 100644
--- a/net/spdy/spdy_session.h
+++ b/net/spdy/spdy_session.h
@@ -459,6 +459,10 @@ class NET_EXPORT SpdySession : public base::RefCounted<SpdySession>,
FRIEND_TEST_ALL_PREFIXES(SpdySessionSpdy3Test,
SessionFlowControlInactiveStream31);
FRIEND_TEST_ALL_PREFIXES(SpdySessionSpdy3Test, SessionFlowControlEndToEnd31);
+ FRIEND_TEST_ALL_PREFIXES(SpdySessionSpdy3Test,
+ ResumeAfterSendWindowSizeIncrease31);
+ FRIEND_TEST_ALL_PREFIXES(SpdySessionSpdy3Test,
+ ResumeByPriorityAfterSendWindowSizeIncrease31);
typedef std::deque<SpdyStreamRequest*> PendingStreamRequestQueue;
typedef std::set<SpdyStreamRequest*> PendingStreamRequestCompletionSet;
« no previous file with comments | « no previous file | net/spdy/spdy_session_spdy3_unittest.cc » ('j') | net/spdy/spdy_session_spdy3_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698