| Index: net/tools/quic/quic_dispatcher.h
|
| diff --git a/net/tools/quic/quic_dispatcher.h b/net/tools/quic/quic_dispatcher.h
|
| index 50d754fcb68639d1e8b584c4ac7cee9974002b9a..0edcf789ef93bd6938e4fda2f45e8d3d0b1e4bdb 100644
|
| --- a/net/tools/quic/quic_dispatcher.h
|
| +++ b/net/tools/quic/quic_dispatcher.h
|
| @@ -85,6 +85,11 @@ class QuicDispatcher : public QuicTimeWaitListManager::Visitor,
|
| // Queues the blocked writer for later resumption.
|
| void OnWriteBlocked(QuicBlockedWriterInterface* blocked_writer) override;
|
|
|
| + // QuicSession::Visitor interface implementation (via inheritance of
|
| + // QuicTimeWaitListManager::Visitor):
|
| + // Collects reset error code received on streams.
|
| + void OnRstStreamReceived(const QuicRstStreamFrame& frame) override;
|
| +
|
| // QuicTimeWaitListManager::Visitor interface implementation
|
| // Called whenever the time wait list manager adds a new connection to the
|
| // time-wait list.
|
|
|