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

Unified Diff: net/http/http_network_session.cc

Issue 439133002: Extend ProofVerifierChromium and ProofVerifyDetailsChromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 | « no previous file | net/quic/crypto/proof_verifier_chromium.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_session.cc
diff --git a/net/http/http_network_session.cc b/net/http/http_network_session.cc
index 43613e28f70c776fac2ca72130fcccd6e036f8d8..fd2a86ce0948735f87ade5a652fffbbecb8b27bb 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -117,6 +117,7 @@ HttpNetworkSession::HttpNetworkSession(const Params& params)
params.http_server_properties,
params.cert_verifier,
params.channel_id_service,
+ params.transport_security_state,
params.quic_crypto_client_stream_factory,
params.quic_random ? params.quic_random :
QuicRandom::GetInstance(),
« no previous file with comments | « no previous file | net/quic/crypto/proof_verifier_chromium.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698