| Index: net/quic/test_tools/quic_connection_peer.cc
|
| diff --git a/net/quic/test_tools/quic_connection_peer.cc b/net/quic/test_tools/quic_connection_peer.cc
|
| index 80532ac4aff01e7efe0b3bd5396a9f384e8f3b0f..282c766640f3b4eab90ea9dc11db489a3cdb076e 100644
|
| --- a/net/quic/test_tools/quic_connection_peer.cc
|
| +++ b/net/quic/test_tools/quic_connection_peer.cc
|
| @@ -28,7 +28,6 @@ void QuicConnectionPeer::SetSendAlgorithm(
|
| SendAlgorithmInterface* send_algorithm) {
|
| GetSentPacketManager(connection, path_id)
|
| ->send_algorithm_.reset(send_algorithm);
|
| - GetSentPacketManager(connection, path_id)->using_inline_pacing_ = false;
|
| }
|
|
|
| // static
|
|
|