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"; |