| 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 a491235fdace82ae8cf35fee0495908eb614ae9f..3c6264429bf11844f46e188c48c8de7295f3b68e 100644
|
| --- a/net/quic/quic_crypto_stream_test.cc
|
| +++ b/net/quic/quic_crypto_stream_test.cc
|
| @@ -102,11 +102,7 @@ TEST_F(QuicCryptoStreamTest, ProcessBadData) {
|
| }
|
|
|
| TEST_F(QuicCryptoStreamTest, NoConnectionLevelFlowControl) {
|
| - if (connection_->version() < QUIC_VERSION_21) {
|
| - EXPECT_FALSE(stream_.flow_controller()->IsEnabled());
|
| - } else {
|
| - EXPECT_TRUE(stream_.flow_controller()->IsEnabled());
|
| - }
|
| + EXPECT_TRUE(stream_.flow_controller()->IsEnabled());
|
| EXPECT_FALSE(ReliableQuicStreamPeer::StreamContributesToConnectionFlowControl(
|
| &stream_));
|
| }
|
|
|