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

Unified Diff: net/quic/test_tools/fake_proof_source.h

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/test_tools/crypto_test_utils_test.cc ('k') | net/quic/test_tools/fake_proof_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/fake_proof_source.h
diff --git a/net/quic/test_tools/fake_proof_source.h b/net/quic/test_tools/fake_proof_source.h
index 3c9bfe61cf5b1a81af4f9b06532d18b7206fa88b..421c29b9373d93746b2fca2e36de40bdf321110b 100644
--- a/net/quic/test_tools/fake_proof_source.h
+++ b/net/quic/test_tools/fake_proof_source.h
@@ -35,6 +35,7 @@ class FakeProofSource : public ProofSource {
const std::string& server_config,
QuicVersion quic_version,
base::StringPiece chlo_hash,
+ const QuicTagVector& connection_options,
scoped_refptr<ProofSource::Chain>* out_chain,
std::string* out_signature,
std::string* out_leaf_cert_sct) override;
@@ -43,6 +44,7 @@ class FakeProofSource : public ProofSource {
const std::string& server_config,
QuicVersion quic_version,
base::StringPiece chlo_hash,
+ const QuicTagVector& connection_options,
std::unique_ptr<ProofSource::Callback> callback) override;
// Get the number of callbacks which are pending
@@ -62,6 +64,7 @@ class FakeProofSource : public ProofSource {
std::string server_config,
QuicVersion quic_version,
std::string chlo_hash,
+ const QuicTagVector& connection_options,
std::unique_ptr<ProofSource::Callback> callback);
~Params();
Params(Params&& other);
@@ -72,6 +75,7 @@ class FakeProofSource : public ProofSource {
std::string server_config;
QuicVersion quic_version;
std::string chlo_hash;
+ QuicTagVector connection_options;
std::unique_ptr<ProofSource::Callback> callback;
};
« no previous file with comments | « net/quic/test_tools/crypto_test_utils_test.cc ('k') | net/quic/test_tools/fake_proof_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698