Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(486)

Unified Diff: net/tools/quic/quic_dispatcher.cc

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/tools/quic/quic_dispatcher.cc
diff --git a/net/tools/quic/quic_dispatcher.cc b/net/tools/quic/quic_dispatcher.cc
index fa32fc0608b7ceb82cff9acebafe91c2e643347f..1771026c97a765f515c23e9813c185cb2d294149 100644
--- a/net/tools/quic/quic_dispatcher.cc
+++ b/net/tools/quic/quic_dispatcher.cc
@@ -103,11 +103,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;

Powered by Google App Engine
This is Rietveld 408576698