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

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

Issue 368803003: QUIC_VERSION_21: headers and crypto streams are now flow controlled at (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.h
diff --git a/net/quic/test_tools/reliable_quic_stream_peer.h b/net/quic/test_tools/reliable_quic_stream_peer.h
index 1f5467d00ee2ba05fe60559ec699b9a0dfefc91a..8fffbbeaa878c6662c96655f259504efaffe144a 100644
--- a/net/quic/test_tools/reliable_quic_stream_peer.h
+++ b/net/quic/test_tools/reliable_quic_stream_peer.h
@@ -28,6 +28,9 @@ class ReliableQuicStreamPeer {
static void SetFecPolicy(ReliableQuicStream* stream, FecPolicy fec_policy);
+ static bool StreamContributesToConnectionFlowControl(
+ ReliableQuicStream* stream);
+
private:
DISALLOW_COPY_AND_ASSIGN(ReliableQuicStreamPeer);
};

Powered by Google App Engine
This is Rietveld 408576698