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

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

Issue 2115033002: Adds QUIC_VERSION_36 which adds support to force HOL blocking between streams for measurement purpo… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@126085461
Patch Set: typo Created 4 years, 5 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_spdy_session_peer.h ('k') | net/quic/test_tools/quic_test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/quic_spdy_session_peer.cc
diff --git a/net/quic/test_tools/quic_spdy_session_peer.cc b/net/quic/test_tools/quic_spdy_session_peer.cc
index e13e477b05c3a9a0b588ebb26f4f49c2efcf7079..de80802abf64bb9282b0d542d7bd6ec496963106 100644
--- a/net/quic/test_tools/quic_spdy_session_peer.cc
+++ b/net/quic/test_tools/quic_spdy_session_peer.cc
@@ -22,5 +22,11 @@ void QuicSpdySessionPeer::SetHeadersStream(QuicSpdySession* session,
session->static_streams()[headers_stream->id()] = headers_stream;
}
+// static
+void QuicSpdySessionPeer::SetForceHolBlocking(QuicSpdySession* session,
+ bool value) {
+ session->force_hol_blocking_ = value;
+}
+
} // namespace test
} // namespace net
« no previous file with comments | « net/quic/test_tools/quic_spdy_session_peer.h ('k') | net/quic/test_tools/quic_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698