| Index: net/tools/quic/quic_dispatcher.h
|
| diff --git a/net/tools/quic/quic_dispatcher.h b/net/tools/quic/quic_dispatcher.h
|
| index af0f6d8fd9beda2fdec933aaa729e56f660d9252..4b3fe0a00170dd197e3af427c4057e7463fa3396 100644
|
| --- a/net/tools/quic/quic_dispatcher.h
|
| +++ b/net/tools/quic/quic_dispatcher.h
|
| @@ -143,11 +143,6 @@ class QuicDispatcher : public QuicServerSessionVisitor,
|
| // will be owned by the dispatcher as time_wait_list_manager_
|
| virtual QuicTimeWaitListManager* CreateQuicTimeWaitListManager();
|
|
|
| - // Replaces the packet writer with |writer|. Takes ownership of |writer|.
|
| - void set_writer(QuicPacketWriter* writer) {
|
| - writer_.reset(writer);
|
| - }
|
| -
|
| QuicTimeWaitListManager* time_wait_list_manager() {
|
| return time_wait_list_manager_.get();
|
| }
|
|
|