Index: net/quic/quic_sent_packet_manager.cc |
diff --git a/net/quic/quic_sent_packet_manager.cc b/net/quic/quic_sent_packet_manager.cc |
index a084e3a883405b9b981cdcde35d91a0e1ad96e0d..d2f825b0faf252263cc66a048d3233b969fa2afb 100644 |
--- a/net/quic/quic_sent_packet_manager.cc |
+++ b/net/quic/quic_sent_packet_manager.cc |
@@ -550,7 +550,8 @@ bool QuicSentPacketManager::OnPacketSent( |
unacked_packets_.SetSent(sequence_number, sent_time, bytes, in_flight); |
if (debug_delegate_ != NULL) { |
- debug_delegate_->OnSentPacket(sequence_number, sent_time, bytes); |
+ debug_delegate_->OnSentPacket( |
+ sequence_number, sent_time, bytes, transmission_type); |
} |
// Reset the retransmission timer anytime a pending packet is sent. |