| Index: net/quic/quic_connection_logger.h
|
| diff --git a/net/quic/quic_connection_logger.h b/net/quic/quic_connection_logger.h
|
| index f9080d643e3e4d6609d45cba59d91684b22f08d0..d498b128bd54a9eaea5ad617aa4c15c1e1ca6729 100644
|
| --- a/net/quic/quic_connection_logger.h
|
| +++ b/net/quic/quic_connection_logger.h
|
| @@ -56,6 +56,7 @@ class NET_EXPORT_PRIVATE QuicConnectionLogger
|
| void OnCryptoHandshakeMessageSent(
|
| const CryptoHandshakeMessage& message);
|
| void OnConnectionClose(QuicErrorCode error, bool from_peer);
|
| + void OnSuccessfulVersionNegotiation(const QuicVersion& version);
|
|
|
| private:
|
| BoundNetLog net_log_;
|
|
|