Index: net/quic/test_tools/crypto_test_utils.h |
diff --git a/net/quic/test_tools/crypto_test_utils.h b/net/quic/test_tools/crypto_test_utils.h |
index d1468dc38a61c261cd5da93f67f74fdf38856d39..2405442ee9e01057edcf8f2b307508e971b4c2a4 100644 |
--- a/net/quic/test_tools/crypto_test_utils.h |
+++ b/net/quic/test_tools/crypto_test_utils.h |
@@ -212,15 +212,16 @@ class CryptoTestUtils { |
// Takes a inchoate CHLO, returns a full CHLO in |out| which can pass |
// |crypto_config|'s validation. |
- static void GenerateFullCHLO(const CryptoHandshakeMessage& inchoate_chlo, |
- QuicCryptoServerConfig* crypto_config, |
- IPAddress server_ip, |
- IPEndPoint client_addr, |
- QuicVersion version, |
- const QuicClock* clock, |
- scoped_refptr<QuicCryptoProof> proof, |
- QuicCompressedCertsCache* compressed_certs_cache, |
- CryptoHandshakeMessage* out); |
+ static void GenerateFullCHLO( |
+ const CryptoHandshakeMessage& inchoate_chlo, |
+ QuicCryptoServerConfig* crypto_config, |
+ IPAddress server_ip, |
+ IPEndPoint client_addr, |
+ QuicVersion version, |
+ const QuicClock* clock, |
+ scoped_refptr<QuicSignedServerConfig> signed_config, |
+ QuicCompressedCertsCache* compressed_certs_cache, |
+ CryptoHandshakeMessage* out); |
private: |
static void CompareClientAndServerKeys(QuicCryptoClientStream* client, |