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 7250547f3878b57bb822c397821e9b151969fa68..5ebb9b90323c0d80a33f299615821201472f3511 100644 |
--- a/net/quic/quic_crypto_client_stream.h |
+++ b/net/quic/quic_crypto_client_stream.h |
@@ -106,7 +106,7 @@ class NET_EXPORT_PRIVATE QuicCryptoClientStream : public QuicCryptoStream { |
// Handles new server config and optional source-address token provided by the |
// server during a connection. |
- void HandleServerConfigUpdateMessage(const CryptoHandshakeMessage* in); |
+ void HandleServerConfigUpdateMessage(const CryptoHandshakeMessage& in); |
wtc
2014/07/16 20:42:47
Nit: please name the input "server_config_update".
ramant (doing other things)
2014/07/16 22:31:40
Done.
|
// DoHandshakeLoop performs a step of the handshake state machine. Note that |
// |in| may be NULL if the call did not result from a received message. |