Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(721)

Unified Diff: net/quic/quic_crypto_stream_test.cc

Issue 346303006: Removing deprecated flag FLAGS_enable_quic_stream_flow_control_2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Deleted quic_flags.h include Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/quic/quic_data_stream_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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());
}
« no previous file with comments | « no previous file | net/quic/quic_data_stream_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698