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

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

Issue 2387753002: Release read buffer of QuicCryptoStream when incoming message become less frequent. Protected by --… (Closed)
Patch Set: enable quic crypto stream release buffer Created 4 years, 2 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
« no previous file with comments | « net/quic/test_tools/quic_stream_sequencer_peer.cc ('k') | net/quic/test_tools/reliable_quic_stream_peer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c53ab7aa1a0e67e2fa9d8a5a4093405914ecf322..522049e09fa645c69400612b8dd296db46f3fd81 100644
--- a/net/quic/test_tools/reliable_quic_stream_peer.h
+++ b/net/quic/test_tools/reliable_quic_stream_peer.h
@@ -10,6 +10,7 @@
#include "base/macros.h"
#include "base/strings/string_piece.h"
#include "net/quic/core/quic_protocol.h"
+#include "net/quic/core/quic_stream_sequencer.h"
namespace net {
@@ -44,6 +45,8 @@ class ReliableQuicStreamPeer {
bool fin,
QuicAckListenerInterface* ack_notifier_delegate);
+ static net::QuicStreamSequencer* sequencer(ReliableQuicStream* stream);
+
private:
DISALLOW_COPY_AND_ASSIGN(ReliableQuicStreamPeer);
};
« no previous file with comments | « net/quic/test_tools/quic_stream_sequencer_peer.cc ('k') | net/quic/test_tools/reliable_quic_stream_peer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698