Index: net/quic/quic_crypto_client_stream.h |
diff --git a/net/quic/quic_crypto_client_stream.h b/net/quic/quic_crypto_client_stream.h |
index 6f98ab7703f63972c9b00add8c4bd45c6eadceb0..ba7e13bf018384b925133b843d9fb318cbcaf524 100644 |
--- a/net/quic/quic_crypto_client_stream.h |
+++ b/net/quic/quic_crypto_client_stream.h |
@@ -139,8 +139,7 @@ class NET_EXPORT_PRIVATE QuicCryptoClientStream : public QuicCryptoClientStreamB |
void DoInitialize(QuicCryptoClientConfig::CachedState* cached); |
// Send either InchoateClientHello or ClientHello message to the server. |
- void DoSendCHLO(const CryptoHandshakeMessage* in, |
- QuicCryptoClientConfig::CachedState* cached); |
+ void DoSendCHLO(QuicCryptoClientConfig::CachedState* cached); |
// Process REJ message from the server. |
void DoReceiveREJ(const CryptoHandshakeMessage* in, |