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

Unified Diff: net/quic/quartc/quartc_session_test.cc

Issue 2463093003: Landing Recent QUIC changes until Sat Oct 29 14:59:35. (Closed)
Patch Set: add change to quiartc_session_test.cc Created 4 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
« no previous file with comments | « net/quic/quartc/quartc_session.cc ('k') | net/quic/test_tools/crypto_test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quartc/quartc_session_test.cc
diff --git a/net/quic/quartc/quartc_session_test.cc b/net/quic/quartc/quartc_session_test.cc
index c5149189949da04d12a9b7db3950c5eff8ee0764..b4ddc88e314b5aa070eff42f685d91028cafcda3 100644
--- a/net/quic/quartc/quartc_session_test.cc
+++ b/net/quic/quartc/quartc_session_test.cc
@@ -56,6 +56,7 @@ class FakeProofSource : public net::ProofSource {
const std::string& server_config,
net::QuicVersion quic_version,
base::StringPiece chlo_hash,
+ const net::QuicTagVector& connection_options,
scoped_refptr<net::ProofSource::Chain>* out_certs,
std::string* out_signature,
std::string* out_leaf_cert_sct) override {
@@ -74,6 +75,7 @@ class FakeProofSource : public net::ProofSource {
const std::string& server_config,
net::QuicVersion quic_version,
base::StringPiece chlo_hash,
+ const net::QuicTagVector& connection_options,
std::unique_ptr<Callback> callback) override {
LOG(INFO) << "GetProof() providing dummy credentials for insecure QUIC";
}
« no previous file with comments | « net/quic/quartc/quartc_session.cc ('k') | net/quic/test_tools/crypto_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698