Index: net/quic/quic_spdy_session.h |
diff --git a/net/quic/quic_spdy_session.h b/net/quic/quic_spdy_session.h |
index 8db704918bfc8446ca523c487da8987c248da5f3..a8b9fce038bf793f4ef9be861f699aa049153cac 100644 |
--- a/net/quic/quic_spdy_session.h |
+++ b/net/quic/quic_spdy_session.h |
@@ -79,6 +79,8 @@ class NET_EXPORT_PRIVATE QuicSpdySession : public QuicSession { |
// list. |
void UpdateStreamPriority(QuicStreamId id, SpdyPriority new_priority); |
+ void OnConfigNegotiated() override; |
+ |
protected: |
// Override CreateIncomingDynamicStream() and CreateOutgoingDynamicStream() |
// with QuicSpdyStream return type to make sure that all data streams are |