| Index: net/quic/core/quic_spdy_session.h
|
| diff --git a/net/quic/core/quic_spdy_session.h b/net/quic/core/quic_spdy_session.h
|
| index 670142ebffa605c14c0f030b3dd5682aebeddcc2..eb58af6f68358ff7f3db3e37fd8394eb3644c74d 100644
|
| --- a/net/quic/core/quic_spdy_session.h
|
| +++ b/net/quic/core/quic_spdy_session.h
|
| @@ -117,6 +117,8 @@ class NET_EXPORT_PRIVATE QuicSpdySession : public QuicSession {
|
| // If an outgoing stream can be created, return true.
|
| virtual bool ShouldCreateOutgoingDynamicStream() = 0;
|
|
|
| + void OnCryptoHandshakeEvent(CryptoHandshakeEvent event) override;
|
| +
|
| private:
|
| friend class test::QuicSpdySessionPeer;
|
|
|
|
|