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

Unified Diff: chrome/browser/io_thread.h

Issue 858323002: QUIC - Deleted disable_loading_server_info_for_new_servers field trial. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase with TOT Created 5 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 | « no previous file | chrome/browser/io_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/io_thread.h
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
index d487b50d708712657ed266a765901b9e9b5df0f7..2dbd9677d39cdefdf3d6cdad52bf7b0e4bef6e64 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -192,7 +192,6 @@ class IOThread : public content::BrowserThreadDelegate {
Optional<bool> quic_always_require_handshake_confirmation;
Optional<bool> quic_disable_connection_pooling;
Optional<int> quic_load_server_info_timeout_ms;
- Optional<bool> quic_disable_loading_server_info_for_new_servers;
Optional<float> quic_load_server_info_timeout_srtt_multiplier;
Optional<bool> quic_enable_truncated_connection_ids;
Optional<size_t> quic_max_packet_length;
@@ -373,10 +372,6 @@ class IOThread : public content::BrowserThreadDelegate {
static int GetQuicLoadServerInfoTimeout(
const VariationParameters& quic_trial_params);
- // Returns true if QUIC sever information shouldn't be loaded for new servers.
- static bool ShouldDisableLoadingServerInfoForNewServers(
- const VariationParameters& quic_trial_params);
-
// Returns the ratio of time to load QUIC sever information from disk cache to
// 'smoothed RTT' based on field trial. Returns 0 if there is an error parsing
// the field trial params, or if the default value should be used.
« no previous file with comments | « no previous file | chrome/browser/io_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698