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

Unified Diff: net/quic/quic_sent_packet_manager.h

Issue 837273004: Fixes typo, changing OnSpuriousPacketRetransmition to (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Adds_alarm_FEC_Packet_83543120
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
« no previous file with comments | « no previous file | net/quic/quic_sent_packet_manager.cc » ('j') | net/quic/quic_sent_packet_manager_test.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_sent_packet_manager.h
diff --git a/net/quic/quic_sent_packet_manager.h b/net/quic/quic_sent_packet_manager.h
index 8c677c2bf89cf4447dea4765e61b4458f32b01ef..ceda073eb0eb6abf7b78a37f79b3ade1e1c3ab54 100644
--- a/net/quic/quic_sent_packet_manager.h
+++ b/net/quic/quic_sent_packet_manager.h
@@ -48,7 +48,7 @@ class NET_EXPORT_PRIVATE QuicSentPacketManager {
virtual ~DebugDelegate() {}
// Called when a spurious retransmission is detected.
- virtual void OnSpuriousPacketRetransmition(
+ virtual void OnSpuriousPacketRetransmission(
TransmissionType transmission_type,
QuicByteCount byte_size) {}
« no previous file with comments | « no previous file | net/quic/quic_sent_packet_manager.cc » ('j') | net/quic/quic_sent_packet_manager_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698