| Index: net/quic/test_tools/reliable_quic_stream_peer.cc
|
| diff --git a/net/quic/test_tools/reliable_quic_stream_peer.cc b/net/quic/test_tools/reliable_quic_stream_peer.cc
|
| index 914609ee1d5ee6d1814c09250893449745b7e0a6..bd1ab009e3bf117844e6b9addf023172d914ec16 100644
|
| --- a/net/quic/test_tools/reliable_quic_stream_peer.cc
|
| +++ b/net/quic/test_tools/reliable_quic_stream_peer.cc
|
| @@ -57,5 +57,11 @@ void ReliableQuicStreamPeer::SetFecPolicy(ReliableQuicStream* stream,
|
| stream->set_fec_policy(fec_policy);
|
| }
|
|
|
| +// static
|
| +bool ReliableQuicStreamPeer::StreamContributesToConnectionFlowControl(
|
| + ReliableQuicStream* stream) {
|
| + return stream->stream_contributes_to_connection_flow_control_;
|
| +}
|
| +
|
| } // namespace test
|
| } // namespace net
|
|
|