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

Unified Diff: net/quic/quic_flags.cc

Issue 1652383002: Deprecate FLAGS_quic_enable_arena_allocation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@112975578
Patch Set: Created 4 years, 11 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/quic_flags.h ('k') | net/quic/quic_one_block_arena.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_flags.cc
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
index 148aa094f2fa1ce3828a484601b6b9f2a5ec2a62..0d0a5c3c02ea7b459b34e1cee1a14464dcb8647d 100644
--- a/net/quic/quic_flags.cc
+++ b/net/quic/quic_flags.cc
@@ -78,10 +78,6 @@ bool FLAGS_quic_general_loss_algorithm = true;
// considered to be caused by NATs.
bool FLAGS_quic_disable_non_nat_address_migration = true;
-// If true, QuicOneBlockArenas will allocate out of their local memory.
-// Otherwise, they will always use the heap.
-bool FLAGS_quic_enable_arena_allocation = true;
-
// If true, QUIC connections will timeout when packets are not being recieved,
// even if they are being sent.
bool FLAGS_quic_use_new_idle_timeout = true;
« no previous file with comments | « net/quic/quic_flags.h ('k') | net/quic/quic_one_block_arena.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698