Index: net/quic/quic_dispatcher.cc |
diff --git a/net/quic/quic_dispatcher.cc b/net/quic/quic_dispatcher.cc |
index 6350d63356eb70e82633e6b323f27e7878722c3e..ee2c0c6df2b1b0bb0dab2890e6260db87c1b59f0 100644 |
--- a/net/quic/quic_dispatcher.cc |
+++ b/net/quic/quic_dispatcher.cc |
@@ -98,11 +98,6 @@ class QuicDispatcher::QuicFramerVisitor : public QuicFramerVisitorInterface { |
DCHECK(false); |
return false; |
} |
- bool OnCongestionFeedbackFrame( |
- const QuicCongestionFeedbackFrame& /*frame*/) override { |
- DCHECK(false); |
- return false; |
- } |
bool OnStopWaitingFrame(const QuicStopWaitingFrame& /*frame*/) override { |
DCHECK(false); |
return false; |