| Index: net/spdy/spdy_session.h
|
| diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
|
| index dbb3257cbccbf8960254321c0b5c48399a3762a4..26017d6bcae1074c71dcf49cab286be54f25df15 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,
|
| + SessionFlowControlTooMuchDataTwoPackets);
|
| + FRIEND_TEST_ALL_PREFIXES(SpdySessionTest,
|
| + StreamFlowControlTooMuchDataTwoPackets);
|
| FRIEND_TEST_ALL_PREFIXES(SpdySessionTest, SessionFlowControlNoReceiveLeaks);
|
| FRIEND_TEST_ALL_PREFIXES(SpdySessionTest, SessionFlowControlNoSendLeaks);
|
| FRIEND_TEST_ALL_PREFIXES(SpdySessionTest, SessionFlowControlEndToEnd);
|
|
|