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

Unified Diff: net/quic/crypto/crypto_server_test.cc

Issue 816543004: Update from https://crrev.com/308996 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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/congestion_control/cubic.cc ('k') | net/quic/crypto/proof_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/crypto/crypto_server_test.cc
diff --git a/net/quic/crypto/crypto_server_test.cc b/net/quic/crypto/crypto_server_test.cc
index 74a36662a2b717b7d77817fb084b697e39b8bc34..7ff7e9ec7fbd619e19f26a95f386577a15d6768a 100644
--- a/net/quic/crypto/crypto_server_test.cc
+++ b/net/quic/crypto/crypto_server_test.cc
@@ -227,9 +227,10 @@ class CryptoServerTest : public ::testing::TestWithParam<TestParams> {
const ValidateCallback::Result& result,
bool should_succeed,
const char* error_substr) {
+ IPEndPoint server_ip;
string error_details;
QuicErrorCode error = config_.ProcessClientHello(
- result, 1 /* ConnectionId */, client_address_,
+ result, 1 /* ConnectionId */, server_ip, client_address_,
supported_versions_.front(), supported_versions_, &clock_, rand_,
&params_, &out_, &error_details);
« no previous file with comments | « net/quic/congestion_control/cubic.cc ('k') | net/quic/crypto/proof_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698