| Index: net/quic/quic_connection_test.cc
|
| diff --git a/net/quic/quic_connection_test.cc b/net/quic/quic_connection_test.cc
|
| index f60c84ee7c77ae7d705dae682d46ad2db6ca70e9..1225d185db263d51d3ef4ae2f82efba4a706f2d6 100644
|
| --- a/net/quic/quic_connection_test.cc
|
| +++ b/net/quic/quic_connection_test.cc
|
| @@ -412,7 +412,6 @@ class TestConnection : public QuicConnection {
|
| factory,
|
| /* owns_writer= */ false,
|
| perspective,
|
| - /* is_secure= */ false,
|
| SupportedVersions(version)) {
|
| // Disable tail loss probes for most tests.
|
| QuicSentPacketManagerPeer::SetMaxTailLossProbes(
|
|
|