| Index: net/quic/quic_crypto_stream_test.cc
|
| diff --git a/net/quic/quic_crypto_stream_test.cc b/net/quic/quic_crypto_stream_test.cc
|
| index 2e4b34fe34a8e1dd2a5123ad7709aa0f315f0bb5..536b1512222a052e46680430ad7fd487a9a2cfac 100644
|
| --- a/net/quic/quic_crypto_stream_test.cc
|
| +++ b/net/quic/quic_crypto_stream_test.cc
|
| @@ -103,7 +103,6 @@ TEST_F(QuicCryptoStreamTest, ProcessBadData) {
|
| }
|
|
|
| TEST_F(QuicCryptoStreamTest, NoFlowControl) {
|
| - ValueRestore<bool> old_flag(&FLAGS_enable_quic_stream_flow_control_2, true);
|
| EXPECT_FALSE(stream_.flow_controller()->IsEnabled());
|
| }
|
|
|
|
|