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

Unified Diff: net/quic/core/quic_crypto_server_stream_test.cc

Issue 2461333003: Add connection_options argument to ProofSource::GetProof (Closed)
Patch Set: 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/core/quic_crypto_server_stream.cc ('k') | net/quic/test_tools/crypto_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_crypto_server_stream_test.cc
diff --git a/net/quic/core/quic_crypto_server_stream_test.cc b/net/quic/core/quic_crypto_server_stream_test.cc
index d5ea02a202df7063660fc6648f5dc63de5bba51f..212a77ed96ddb952a4ab6a2b070551a67c4d9091 100644
--- a/net/quic/core/quic_crypto_server_stream_test.cc
+++ b/net/quic/core/quic_crypto_server_stream_test.cc
@@ -583,6 +583,7 @@ class FailingProofSource : public ProofSource {
const string& server_config,
QuicVersion quic_version,
StringPiece chlo_hash,
+ const QuicTagVector& connection_options,
scoped_refptr<ProofSource::Chain>* out_chain,
string* out_signature,
string* out_leaf_cert_sct) override {
@@ -594,6 +595,7 @@ class FailingProofSource : public ProofSource {
const string& server_config,
QuicVersion quic_version,
StringPiece chlo_hash,
+ const QuicTagVector& connection_options,
std::unique_ptr<Callback> callback) override {
callback->Run(false, nullptr, "", "", nullptr);
}
« no previous file with comments | « net/quic/core/quic_crypto_server_stream.cc ('k') | net/quic/test_tools/crypto_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698