Index: net/quic/quic_connection.h |
diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h |
index 76bfd347c79d58ccb1ec05c18c9bd35819de092b..7f5c695ac276e4e74b123ad926353b03e994ab0a 100644 |
--- a/net/quic/quic_connection.h |
+++ b/net/quic/quic_connection.h |
@@ -503,8 +503,9 @@ class NET_EXPORT_PRIVATE QuicConnection |
// Otherwise, it will reschedule the timeout alarm. |
void CheckForTimeout(); |
- // Sends a ping, and resets the ping alarm. |
- void SendPing(); |
+ // Sends a ping, and resets the ping alarm. If |force| is false, |
+ // only sends a ping if the retransmission alarm is not running. |
+ void SendPing(bool force); |
// Sets up a packet with an QuicAckFrame and sends it out. |
void SendAck(); |