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

Unified Diff: net/http/http_network_session.h

Issue 975613002: QUIC - minor cleanup of the following field trials and used defaults for (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: set default value for srtt_multiplier in net 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 | « chrome/browser/io_thread_unittest.cc ('k') | net/http/http_network_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_session.h
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index 98c5ed8b44dcc90e941f967c939db5a1c507faf4..07a354618055753adc1103d7f89020aceeb328a0 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -117,9 +117,7 @@ class NET_EXPORT HttpNetworkSession
bool enable_quic_port_selection;
bool quic_always_require_handshake_confirmation;
bool quic_disable_connection_pooling;
- int quic_load_server_info_timeout_ms;
float quic_load_server_info_timeout_srtt_multiplier;
- bool quic_enable_truncated_connection_ids;
bool quic_enable_connection_racing;
bool quic_enable_non_blocking_io;
bool quic_disable_disk_cache;
« no previous file with comments | « chrome/browser/io_thread_unittest.cc ('k') | net/http/http_network_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698