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

Unified Diff: net/tools/quic/quic_simple_client_bin.cc

Issue 1454993002: QUIC - Code to verify SCT tag with certificate transparency verifier (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
« net/tools/quic/quic_client_bin.cc ('K') | « net/tools/quic/quic_client_bin.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_simple_client_bin.cc
diff --git a/net/tools/quic/quic_simple_client_bin.cc b/net/tools/quic/quic_simple_client_bin.cc
index fd157cecb627ad41e402d621df7ba55ff8106d19..b00dfcd5ee01697ce7057b58b69090f4c8fbd02e 100644
--- a/net/tools/quic/quic_simple_client_bin.cc
+++ b/net/tools/quic/quic_simple_client_bin.cc
@@ -243,7 +243,7 @@ int main(int argc, char *argv[]) {
scoped_ptr<TransportSecurityState> transport_security_state(
new TransportSecurityState);
ProofVerifierChromium* proof_verifier = new ProofVerifierChromium(
- cert_verifier.get(), nullptr, transport_security_state.get());
+ cert_verifier.get(), nullptr, transport_security_state.get(), nullptr);
net::tools::QuicSimpleClient client(net::IPEndPoint(ip_addr, port), server_id,
versions, proof_verifier);
client.set_initial_max_packet_length(
« net/tools/quic/quic_client_bin.cc ('K') | « net/tools/quic/quic_client_bin.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698