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

Unified Diff: components/cronet/url_request_context_config.cc

Issue 2318053004: Remove obsolete QUIC disabling code. (Closed)
Patch Set: more cronet 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
Index: components/cronet/url_request_context_config.cc
diff --git a/components/cronet/url_request_context_config.cc b/components/cronet/url_request_context_config.cc
index 0863d91442a9b636f70fc77c16e3b1f45781104b..4c9e8a10dc9e12c5ad48292050be71204008ba64 100644
--- a/components/cronet/url_request_context_config.cc
+++ b/components/cronet/url_request_context_config.cc
@@ -41,9 +41,6 @@ const char kQuicStoreServerConfigsInProperties[] =
const char kQuicMaxServerConfigsStoredInProperties[] =
"max_server_configs_stored_in_properties";
const char kQuicDelayTcpRace[] = "delay_tcp_race";
-const char kQuicMaxNumberOfLossyConnections[] =
- "max_number_of_lossy_connections";
-const char kQuicPacketLossThreshold[] = "packet_loss_threshold";
const char kQuicIdleConnectionTimeoutSeconds[] =
"idle_connection_timeout_seconds";
const char kQuicHostWhitelist[] = "host_whitelist";

Powered by Google App Engine
This is Rietveld 408576698