| Index: net/quic/quic_session.cc
|
| diff --git a/net/quic/quic_session.cc b/net/quic/quic_session.cc
|
| index 48ea0072df7b822e0d3f4145dd6a45930c031a49..cc60b12739403c58265020e5a7fd0c707b0b2094 100644
|
| --- a/net/quic/quic_session.cc
|
| +++ b/net/quic/quic_session.cc
|
| @@ -132,6 +132,8 @@ void QuicSession::OnConnectionClosed(QuicErrorCode error, bool from_peer) {
|
| void QuicSession::OnSuccessfulVersionNegotiation(
|
| const QuicVersion& /*version*/) {}
|
|
|
| +void QuicSession::OnPathDegrading() {}
|
| +
|
| void QuicSession::OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame) {
|
| // Stream may be closed by the time we receive a WINDOW_UPDATE, so we can't
|
| // assume that it still exists.
|
|
|