| Index: net/quic/quic_connection.h
|
| diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h
|
| index 5f824291a42807cfa20ba471d9ae4a6d712ae650..084460f4d4c07810f24233a19cc1f1dc1cfd16f9 100644
|
| --- a/net/quic/quic_connection.h
|
| +++ b/net/quic/quic_connection.h
|
| @@ -651,6 +651,9 @@ class NET_EXPORT_PRIVATE QuicConnection
|
| // Closes any FEC groups protecting packets before |sequence_number|.
|
| void CloseFecGroupsBefore(QuicPacketSequenceNumber sequence_number);
|
|
|
| + // Sets the timeout alarm to the appropriate value, if any.
|
| + void SetTimeoutAlarm();
|
| +
|
| // Sets the ping alarm to the appropriate value, if any.
|
| void SetPingAlarm();
|
|
|
|
|