Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Unified Diff: net/quic/test_tools/reliable_quic_stream_peer.cc

Issue 366863002: Land Recent QUIC Changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698