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

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

Issue 2459283003: Remove unused argument from CryptoTestUtils::SetupCryptoServerConfigForTest (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_client_stream_test.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/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..d5ea02a202df7063660fc6648f5dc63de5bba51f 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() {
« no previous file with comments | « net/quic/core/quic_crypto_client_stream_test.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