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

Unified Diff: net/quic/quic_stream_factory_test.cc

Issue 1216943003: Use the CT policy enforcer for QUIC, if specified. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: With tests Created 5 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
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 b91d4eb36b8f19b0d721d567d1e42206355ddb6e..407e24e22d8938544e8d6464452a76d3978d1ac5 100644
--- a/net/quic/quic_stream_factory_test.cc
+++ b/net/quic/quic_stream_factory_test.cc
@@ -226,6 +226,7 @@ class QuicStreamFactoryTest : public ::testing::TestWithParam<TestParams> {
&socket_factory_,
base::WeakPtr<HttpServerProperties>(),
cert_verifier_.get(),
+ nullptr,
channel_id_service_.get(),
&transport_security_state_,
&crypto_client_stream_factory_,

Powered by Google App Engine
This is Rietveld 408576698