| Index: net/tools/quic/end_to_end_test.cc
|
| diff --git a/net/tools/quic/end_to_end_test.cc b/net/tools/quic/end_to_end_test.cc
|
| index fd3494b5c74486eb78bd134015a9444f0a869ba5..246c0aa32d762671e06ada038478ab5f9fb82e46 100644
|
| --- a/net/tools/quic/end_to_end_test.cc
|
| +++ b/net/tools/quic/end_to_end_test.cc
|
| @@ -429,7 +429,6 @@ class EndToEndTest : public ::testing::TestWithParam<TestParams> {
|
| }
|
| if (GetParam().force_hol_blocking) {
|
| client_config_.SetForceHolBlocking();
|
| - QuicConfigPeer::SetReceivedForceHolBlocking(&server_config_);
|
| }
|
| client_config_.SetConnectionOptionsToSend(copt);
|
|
|
|
|