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

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

Issue 2916033003: Landing Recent QUIC changes until 03:18 AM, May 28, UTC (Closed)
Patch Set: Added Quartc test files that were missed earlier. Created 3 years, 7 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/quic_session_peer.h
diff --git a/net/quic/test_tools/quic_session_peer.h b/net/quic/test_tools/quic_session_peer.h
index f89238b175e50d66d04406544c0869f93d4990d0..f0c3e0072d778407e174f370845481422c6fb447 100644
--- a/net/quic/test_tools/quic_session_peer.h
+++ b/net/quic/test_tools/quic_session_peer.h
@@ -38,6 +38,9 @@ class QuicSessionPeer {
GetLocallyClosedStreamsHighestOffset(QuicSession* session);
static QuicSession::StaticStreamMap& static_streams(QuicSession* session);
static QuicSession::DynamicStreamMap& dynamic_streams(QuicSession* session);
+ static const QuicSession::ClosedStreams& closed_streams(QuicSession* session);
+ static const QuicSession::ZombieStreamMap& zombie_streams(
+ QuicSession* session);
static std::unordered_set<QuicStreamId>* GetDrainingStreams(
QuicSession* session);
static void ActivateStream(QuicSession* session,

Powered by Google App Engine
This is Rietveld 408576698