| Index: net/quic/test_tools/quic_session_peer.h
|
| diff --git a/net/quic/test_tools/quic_session_peer.h b/net/quic/test_tools/quic_session_peer.h
|
| index d621dfef950750d85328989864316b6550b42c32..19dd88d64671c3432b0b078774d6a8ce841250b2 100644
|
| --- a/net/quic/test_tools/quic_session_peer.h
|
| +++ b/net/quic/test_tools/quic_session_peer.h
|
| @@ -41,6 +41,7 @@ class QuicSessionPeer {
|
| static QuicSession::StreamMap& static_streams(QuicSession* session);
|
| static std::unordered_set<QuicStreamId>* GetDrainingStreams(
|
| QuicSession* session);
|
| + static void ActivateStream(QuicSession* session, ReliableQuicStream* stream);
|
|
|
| // Discern the state of a stream. Exactly one of these should be true at a
|
| // time for any stream id > 0 (other than the special streams 1 and 3).
|
|
|