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

Unified Diff: net/quic/crypto/proof_source_chromium.cc

Issue 2189763002: Landing Recent QUIC changes until 7/26/2016 13:53 UTC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: format Created 4 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
« no previous file with comments | « net/quic/crypto/proof_source.h ('k') | net/quic/crypto/proof_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/crypto/proof_source_chromium.cc
diff --git a/net/quic/crypto/proof_source_chromium.cc b/net/quic/crypto/proof_source_chromium.cc
index a5c21c58794791be329076d43cb1031e759b5536..2a51492fbff8e512c085a4078b8a2ca4617f13d7 100644
--- a/net/quic/crypto/proof_source_chromium.cc
+++ b/net/quic/crypto/proof_source_chromium.cc
@@ -166,7 +166,7 @@ void ProofSourceChromium::GetProof(const IPAddress& server_ip,
const bool ok =
GetProof(server_ip, hostname, server_config, quic_version, chlo_hash,
ecdsa_ok, &chain, &signature, &leaf_cert_sct);
- callback->Run(ok, chain, signature, leaf_cert_sct);
+ callback->Run(ok, chain, signature, leaf_cert_sct, nullptr /* details */);
}
} // namespace net
« no previous file with comments | « net/quic/crypto/proof_source.h ('k') | net/quic/crypto/proof_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698