| Index: net/quic/quic_session.h
|
| diff --git a/net/quic/quic_session.h b/net/quic/quic_session.h
|
| index 0201d4396cd6cdc767ab8b4a5ef50ae2b41122d3..cd8446f3504418f3413cc9691249f62e1f976b04 100644
|
| --- a/net/quic/quic_session.h
|
| +++ b/net/quic/quic_session.h
|
| @@ -80,6 +80,7 @@ class NET_EXPORT_PRIVATE QuicSession : public QuicConnectionVisitorInterface {
|
| bool WillingAndAbleToWrite() const override;
|
| bool HasPendingHandshake() const override;
|
| bool HasOpenDynamicStreams() const override;
|
| + void OnPathDegrading() override;
|
|
|
| // Called on every incoming packet. Passes |packet| through to |connection_|.
|
| virtual void ProcessUdpPacket(const IPEndPoint& self_address,
|
|
|