| Index: net/quic/quic_connection.cc
|
| diff --git a/net/quic/quic_connection.cc b/net/quic/quic_connection.cc
|
| index 199c40723f663bbdc047cf2c5c291cd9f75d506e..41e51da77016bddf60ef42937c08b73cdc5ba2ff 100644
|
| --- a/net/quic/quic_connection.cc
|
| +++ b/net/quic/quic_connection.cc
|
| @@ -246,6 +246,7 @@ QuicConnection::QuicConnection(QuicConnectionId connection_id,
|
| framer_.set_visitor(this);
|
| framer_.set_received_entropy_calculator(&received_packet_manager_);
|
| stats_.connection_creation_time = clock_->ApproximateNow();
|
| + sent_packet_manager_.set_network_change_visitor(&packet_generator_);
|
| }
|
|
|
| QuicConnection::~QuicConnection() {
|
|
|