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

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

Issue 2963763003: In QUIC, send data is copied to streams rather than frames. Protected by FLAGS_quic_reloadable_flag… (Closed)
Patch Set: Rebase Created 3 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
« no previous file with comments | « net/quic/core/quic_stream_test.cc ('k') | net/quic/test_tools/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/quic_stream_peer.h
diff --git a/net/quic/test_tools/quic_stream_peer.h b/net/quic/test_tools/quic_stream_peer.h
index b7c33565303edd520a0cb204402b02069fdcb1f2..3f1ce4439530f7f5e18164112a534da9a5332b9e 100644
--- a/net/quic/test_tools/quic_stream_peer.h
+++ b/net/quic/test_tools/quic_stream_peer.h
@@ -9,6 +9,7 @@
#include "base/macros.h"
#include "net/quic/core/quic_packets.h"
+#include "net/quic/core/quic_stream_send_buffer.h"
#include "net/quic/core/quic_stream_sequencer.h"
#include "net/quic/platform/api/quic_string_piece.h"
@@ -43,6 +44,8 @@ class QuicStreamPeer {
static QuicStreamSequencer* sequencer(QuicStream* stream);
static QuicSession* session(QuicStream* stream);
+ static QuicStreamSendBuffer& SendBuffer(QuicStream* stream);
+
private:
DISALLOW_COPY_AND_ASSIGN(QuicStreamPeer);
};
« no previous file with comments | « net/quic/core/quic_stream_test.cc ('k') | net/quic/test_tools/quic_stream_peer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698