| Index: net/tools/quic/quic_dispatcher.h
|
| diff --git a/net/tools/quic/quic_dispatcher.h b/net/tools/quic/quic_dispatcher.h
|
| index 521475b38cffb13c69f72c6c6caf2b401fd3c583..bbf8d9b49417ffa102f93e3296a37997439b079e 100644
|
| --- a/net/tools/quic/quic_dispatcher.h
|
| +++ b/net/tools/quic/quic_dispatcher.h
|
| @@ -104,6 +104,10 @@ class QuicDispatcher : public QuicPacketWriter, public QuicSessionOwner {
|
| const QuicConfig& config_;
|
| const QuicCryptoServerConfig& crypto_config_;
|
|
|
| + QuicTimeWaitListManager* time_wait_list_manager() {
|
| + return time_wait_list_manager_.get();
|
| + }
|
| +
|
| private:
|
| friend class net::tools::test::QuicDispatcherPeer;
|
|
|
|
|