| Index: net/spdy/spdy_session.h
|
| diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
|
| index 7900e9b7a7735f9c4dbfa100764e86925fe2c4a3..2fe01029381f1b424c03831f678f0c8ecb38d821 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;
|
|
|