| Index: net/quic/quic_connection.h
|
| diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h
|
| index 62601d857fe613baee164688dc4564611ed3c8e4..89affd3c4376ca24e0c1df3a6703ecbfa53b1bab 100644
|
| --- a/net/quic/quic_connection.h
|
| +++ b/net/quic/quic_connection.h
|
| @@ -417,9 +417,9 @@ class NET_EXPORT_PRIVATE QuicConnection
|
| // initially encrypted packets when the initial encrypter changes.
|
| void RetransmitUnackedPackets(RetransmissionType retransmission_type);
|
|
|
| - // Calls |sent_packet_manager_|'s NeuterUnencryptedPackets. Used when the
|
| + // Calls |sent_packet_manager_|'s DiscardUnencryptedPackets. Used when the
|
| // connection becomes forward secure and hasn't received acks for all packets.
|
| - void NeuterUnencryptedPackets();
|
| + void DiscardUnencryptedPackets();
|
|
|
| // Changes the encrypter used for level |level| to |encrypter|. The function
|
| // takes ownership of |encrypter|.
|
|
|