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

Unified Diff: net/quic/quic_stream_factory_test.cc

Issue 1305293004: Notfiy NQE of QUIC RTT (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated with more comments and tests Created 5 years, 3 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/quic_stream_factory_test.cc
diff --git a/net/quic/quic_stream_factory_test.cc b/net/quic/quic_stream_factory_test.cc
index 43a22967b05314b949fe7afb1b02092c0e3d653d..12446526660d13bac7939f7097773ac06e902316 100644
--- a/net/quic/quic_stream_factory_test.cc
+++ b/net/quic/quic_stream_factory_test.cc
@@ -229,6 +229,7 @@ class QuicStreamFactoryTest : public ::testing::TestWithParam<TestParams> {
nullptr,
channel_id_service_.get(),
&transport_security_state_,
+ nullptr,
&crypto_client_stream_factory_,
&random_generator_,
clock_,

Powered by Google App Engine
This is Rietveld 408576698