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

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

Issue 490263003: When talking >=QUIC_VERSION_22, regularly send updated bandwidth (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months 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
Index: net/quic/crypto/quic_crypto_server_config_test.cc
diff --git a/net/quic/crypto/quic_crypto_server_config_test.cc b/net/quic/crypto/quic_crypto_server_config_test.cc
index 22bfd2c6cc6c120c8e8d5ea0dc73aea6bd60221f..f5a833ea672a273c7204257371e3774962969e91 100644
--- a/net/quic/crypto/quic_crypto_server_config_test.cc
+++ b/net/quic/crypto/quic_crypto_server_config_test.cc
@@ -56,7 +56,7 @@ class QuicCryptoServerConfigPeer {
QuicRandom* rand,
QuicWallTime now) {
return server_config_->NewSourceAddressToken(
- *GetConfig(config_id), ip, rand, now);
+ *GetConfig(config_id), ip, rand, now, NULL);
}
HandshakeFailureReason ValidateSourceAddressToken(string config_id,

Powered by Google App Engine
This is Rietveld 408576698