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

Unified Diff: net/quic/quic_crypto_client_stream.h

Issue 394053003: QUIC - minor cleanup changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/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.

Powered by Google App Engine
This is Rietveld 408576698