| Index: net/quic/quic_client_session.h
|
| diff --git a/net/quic/quic_client_session.h b/net/quic/quic_client_session.h
|
| index a5973b6b618dbc5b1163fef99aa7132a6a8341c2..d167237d8092558ecf2f5f7136cb845eb82c942a 100644
|
| --- a/net/quic/quic_client_session.h
|
| +++ b/net/quic/quic_client_session.h
|
| @@ -113,6 +113,8 @@ class NET_EXPORT_PRIVATE QuicClientSession : public QuicSession {
|
|
|
| // QuicConnectionVisitorInterface methods:
|
| virtual void ConnectionClose(QuicErrorCode error, bool from_peer) OVERRIDE;
|
| + virtual void OnSuccessfulVersionNegotiation(
|
| + const QuicVersion& version) OVERRIDE;
|
|
|
| // Performs a crypto handshake with the server.
|
| int CryptoConnect(bool require_confirmation,
|
|
|