| Index: net/tools/quic/quic_dispatcher.h
|
| diff --git a/net/tools/quic/quic_dispatcher.h b/net/tools/quic/quic_dispatcher.h
|
| index 266e3e458b747ddad730eb2bcab75469c97c97e2..50d754fcb68639d1e8b584c4ac7cee9974002b9a 100644
|
| --- a/net/tools/quic/quic_dispatcher.h
|
| +++ b/net/tools/quic/quic_dispatcher.h
|
| @@ -141,7 +141,6 @@ class QuicDispatcher : public QuicTimeWaitListManager::Visitor,
|
| bool OnGoAwayFrame(const QuicGoAwayFrame& frame) override;
|
| bool OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame) override;
|
| bool OnBlockedFrame(const QuicBlockedFrame& frame) override;
|
| - bool OnPathCloseFrame(const QuicPathCloseFrame& frame) override;
|
| void OnPacketComplete() override;
|
|
|
| // QuicBufferedPacketStore::VisitorInterface implementation.
|
|
|