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

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: Created 5 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
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 195e410ff72517f6ee587ffc27ad0eae6460a58c..68cde9b71c1b0f3c0d8b1ad3c4ef1030d079167d 100644
--- a/net/quic/quic_stream_factory_test.cc
+++ b/net/quic/quic_stream_factory_test.cc
@@ -204,6 +204,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