| Index: net/quic/quic_connection.cc
|
| diff --git a/net/quic/quic_connection.cc b/net/quic/quic_connection.cc
|
| index fc68aa4c71c047988d3fbafa143b3da08709d58e..07606eba0ca3a254c2d9b8146965b4b60cc1f85f 100644
|
| --- a/net/quic/quic_connection.cc
|
| +++ b/net/quic/quic_connection.cc
|
| @@ -1363,6 +1363,7 @@ bool QuicConnection::ProcessValidatedPacket() {
|
| << peer_address_.ToString() << ", migrating connection.";
|
|
|
| visitor_->OnConnectionMigration();
|
| + sent_packet_manager_.OnConnectionMigration(type);
|
| }
|
|
|
| time_of_last_received_packet_ = clock_->Now();
|
|
|