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

Unified Diff: net/quic/quic_connection_logger.h

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/quic/quic_connection_logger.h
diff --git a/net/quic/quic_connection_logger.h b/net/quic/quic_connection_logger.h
index fdd813ac5bb35a6e1755658128268634a3f90743..09e3c46b8c8a10c63b08ed706cb1e0892474c9a8 100644
--- a/net/quic/quic_connection_logger.h
+++ b/net/quic/quic_connection_logger.h
@@ -51,8 +51,6 @@ class NET_EXPORT_PRIVATE QuicConnectionLogger
void OnPacketHeader(const QuicPacketHeader& header) override;
void OnStreamFrame(const QuicStreamFrame& frame) override;
void OnAckFrame(const QuicAckFrame& frame) override;
- void OnCongestionFeedbackFrame(
- const QuicCongestionFeedbackFrame& frame) override;
void OnStopWaitingFrame(const QuicStopWaitingFrame& frame) override;
void OnRstStreamFrame(const QuicRstStreamFrame& frame) override;
void OnConnectionCloseFrame(const QuicConnectionCloseFrame& frame) override;
« no previous file with comments | « net/quic/quic_connection.cc ('k') | net/quic/quic_connection_logger.cc » ('j') | shell/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698