| 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 b21d5c0108bee11ea41140f99d712cb3fe0657c0..76649128dadc884b6b10e9b4b385609d5e7f0cf7 100644
|
| --- a/net/quic/quic_crypto_stream_test.cc
|
| +++ b/net/quic/quic_crypto_stream_test.cc
|
| @@ -10,7 +10,6 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "net/quic/crypto/crypto_handshake.h"
|
| #include "net/quic/crypto/crypto_protocol.h"
|
| -#include "net/quic/quic_flags.h"
|
| #include "net/quic/test_tools/crypto_test_utils.h"
|
| #include "net/quic/test_tools/quic_test_utils.h"
|
| #include "net/quic/test_tools/reliable_quic_stream_peer.h"
|
| @@ -104,8 +103,6 @@ TEST_F(QuicCryptoStreamTest, ProcessBadData) {
|
| }
|
|
|
| TEST_F(QuicCryptoStreamTest, NoConnectionLevelFlowControl) {
|
| - ValueRestore<bool> old_flag(&FLAGS_enable_quic_connection_flow_control_2,
|
| - true);
|
| if (connection_->version() <= QUIC_VERSION_20) {
|
| EXPECT_FALSE(stream_.flow_controller()->IsEnabled());
|
| } else {
|
|
|