| Index: net/spdy/spdy_session.h
|
| diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
|
| index dbb3257cbccbf8960254321c0b5c48399a3762a4..480d6b95cd111724ee273ef2cbc22e193fcef978 100644
|
| --- a/net/spdy/spdy_session.h
|
| +++ b/net/spdy/spdy_session.h
|
| @@ -536,6 +536,10 @@ class NET_EXPORT SpdySession : public BufferedSpdyFramerVisitorInterface,
|
| FRIEND_TEST_ALL_PREFIXES(SpdySessionTest, AdjustSendWindowSize);
|
| FRIEND_TEST_ALL_PREFIXES(SpdySessionTest, SessionFlowControlInactiveStream);
|
| FRIEND_TEST_ALL_PREFIXES(SpdySessionTest, SessionFlowControlPadding);
|
| + FRIEND_TEST_ALL_PREFIXES(SpdySessionTest,
|
| + SessionFlowControlTooMuchDataTwoDataFrames);
|
| + FRIEND_TEST_ALL_PREFIXES(SpdySessionTest,
|
| + StreamFlowControlTooMuchDataTwoDataFrames);
|
| FRIEND_TEST_ALL_PREFIXES(SpdySessionTest, SessionFlowControlNoReceiveLeaks);
|
| FRIEND_TEST_ALL_PREFIXES(SpdySessionTest, SessionFlowControlNoSendLeaks);
|
| FRIEND_TEST_ALL_PREFIXES(SpdySessionTest, SessionFlowControlEndToEnd);
|
|
|