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

Unified Diff: net/quic/core/quic_crypto_server_stream_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/core/quic_crypto_server_stream.cc ('k') | net/quic/core/quic_multipath_received_packet_manager.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 d853f05d8368dd1443c94c6ee72bbbd7bdb59160..212a77ed96ddb952a4ab6a2b070551a67c4d9091 100644
--- a/net/quic/core/quic_crypto_server_stream_test.cc
+++ b/net/quic/core/quic_crypto_server_stream_test.cc
@@ -114,7 +114,7 @@ class QuicCryptoServerStreamTest : public ::testing::TestWithParam<bool> {
options.token_binding_params = QuicTagVector{kTB10};
CryptoTestUtils::SetupCryptoServerConfigForTest(
server_connection_->clock(), server_connection_->random_generator(),
- server_session_->config(), &server_crypto_config_, options);
+ &server_crypto_config_, options);
}
QuicCryptoServerStream* server_stream() {
@@ -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/core/quic_multipath_received_packet_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698