| Index: net/quic/quic_connection.cc
|
| diff --git a/net/quic/quic_connection.cc b/net/quic/quic_connection.cc
|
| index bed246cb729fd4b843804b595064d0648942c917..383db69e135b97068c40ede17bd99a01ade45e90 100644
|
| --- a/net/quic/quic_connection.cc
|
| +++ b/net/quic/quic_connection.cc
|
| @@ -1542,6 +1542,10 @@ bool QuicConnection::OnSerializedPacket(
|
| NOT_RETRANSMISSION);
|
| }
|
|
|
| +void QuicConnection::OnHandshakeComplete() {
|
| + sent_packet_manager_.SetHandshakeConfirmed();
|
| +}
|
| +
|
| bool QuicConnection::SendOrQueuePacket(EncryptionLevel level,
|
| const SerializedPacket& packet,
|
| TransmissionType transmission_type) {
|
|
|