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

Unified Diff: net/quic/core/quic_flags_list.h

Issue 2340563002: deprecate --FLAGS_quic_enable_app_limited_check (Closed)
Patch Set: Created 4 years, 3 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/quic/core/quic_connection_test.cc ('k') | net/quic/core/quic_session_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_flags_list.h
diff --git a/net/quic/core/quic_flags_list.h b/net/quic/core/quic_flags_list.h
index 7e278724dd7f7f9fd614315d42377869a13408fb..6d099b9f6b034aeab43eee50029c89905444a040 100644
--- a/net/quic/core/quic_flags_list.h
+++ b/net/quic/core/quic_flags_list.h
@@ -119,10 +119,6 @@ QUIC_FLAG(bool, FLAGS_quic_use_chlo_packet_size, true)
// If true, defer creation of new connection till its CHLO arrives.
QUIC_FLAG(bool, FLAGS_quic_buffer_packet_till_chlo, true)
-// If true, the connection will check whether it is application-limited, and
-// notify the congestion controller about it.
-QUIC_FLAG(bool, FLAGS_quic_enable_app_limited_check, true)
-
// Deprecate QuicPacketCreator::next_packet_number_length_ because it's no
// longer necessary.
QUIC_FLAG(bool, FLAGS_quic_simple_packet_number_length_2, true)
@@ -168,4 +164,3 @@ QUIC_FLAG(bool, FLAGS_quic_allow_server_address_change_for_mapped_ipv4, true)
// If true, disables QUIC version less than 34.
QUIC_FLAG(bool, FLAGS_quic_disable_pre_34, false)
-
« no previous file with comments | « net/quic/core/quic_connection_test.cc ('k') | net/quic/core/quic_session_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698