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 a0bfe06b0e1060aaefb753d8b406452c0a727018..eb8191a6330fa8228a692ce4716b7240cfdfb40d 100644 |
--- a/net/quic/quic_crypto_client_stream.h |
+++ b/net/quic/quic_crypto_client_stream.h |
@@ -104,6 +104,10 @@ class NET_EXPORT_PRIVATE QuicCryptoClientStream : public QuicCryptoStream { |
STATE_RECV_SHLO, |
}; |
+ // Handles new server config and optional source-address token provided by the |
+ // server during a connection. |
+ void HandleServerConfigUpdateMessage(const CryptoHandshakeMessage* in); |
+ |
// 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. |
void DoHandshakeLoop(const CryptoHandshakeMessage* in); |