| Index: net/quic/quic_session.h
|
| ===================================================================
|
| --- net/quic/quic_session.h (revision 250874)
|
| +++ net/quic/quic_session.h (working copy)
|
| @@ -68,7 +68,6 @@
|
| virtual void OnWriteBlocked() OVERRIDE {}
|
| virtual void OnSuccessfulVersionNegotiation(
|
| const QuicVersion& version) OVERRIDE {}
|
| - virtual void OnConfigNegotiated() OVERRIDE;
|
| virtual bool OnCanWrite() OVERRIDE;
|
| virtual bool HasPendingHandshake() const OVERRIDE;
|
|
|
| @@ -128,6 +127,9 @@
|
| // a server, returns true if a full, valid client hello has been received.
|
| virtual bool IsCryptoHandshakeConfirmed();
|
|
|
| + // Called by the QuicCryptoStream when a new QuicConfig has been negotiated.
|
| + virtual void OnConfigNegotiated();
|
| +
|
| // Called by the QuicCryptoStream when the handshake enters a new state.
|
| //
|
| // Clients will call this function in the order:
|
|
|