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

Unified Diff: net/tools/quic/quic_time_wait_list_manager_test.cc

Issue 968323002: Deprecate FLAGS_quic_limit_time_wait_list_size. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_dead_code_86999211
Patch Set: Created 5 years, 10 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 | « net/tools/quic/quic_time_wait_list_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_time_wait_list_manager_test.cc
diff --git a/net/tools/quic/quic_time_wait_list_manager_test.cc b/net/tools/quic/quic_time_wait_list_manager_test.cc
index bddcc176ea5c2b67d87e6da66eca0c8d1c1027d1..f67fe7e2c4eda25ee12743b6ef60c4ada468df6e 100644
--- a/net/tools/quic/quic_time_wait_list_manager_test.cc
+++ b/net/tools/quic/quic_time_wait_list_manager_test.cc
@@ -488,7 +488,6 @@ TEST_F(QuicTimeWaitListManagerTest, ConnectionIdsOrderedByTime) {
}
TEST_F(QuicTimeWaitListManagerTest, MaxConnectionsTest) {
- ValueRestore<bool> old_flag(&FLAGS_quic_limit_time_wait_list_size, true);
// Basically, shut off time-based eviction.
FLAGS_quic_time_wait_list_seconds = 10000000000;
FLAGS_quic_time_wait_list_max_connections = 5;
« no previous file with comments | « net/tools/quic/quic_time_wait_list_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698