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

Unified Diff: chrome/browser/io_thread.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: 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 | « no previous file | chrome/browser/io_thread.cc » ('j') | chrome/browser/io_thread.cc » ('J')
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 c081e64df5eacfaaacb7cfc5059f4b314a9da5f8..6a8a8b3bc14f2137e1187b8ff86f209f50b37905 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -186,9 +186,7 @@ class IOThread : public content::BrowserThreadDelegate {
Optional<bool> enable_quic_port_selection;
Optional<bool> quic_always_require_handshake_confirmation;
Optional<bool> quic_disable_connection_pooling;
- Optional<int> quic_load_server_info_timeout_ms;
Optional<float> quic_load_server_info_timeout_srtt_multiplier;
- Optional<bool> quic_enable_truncated_connection_ids;
Optional<bool> quic_enable_connection_racing;
Optional<bool> quic_enable_non_blocking_io;
Optional<bool> quic_disable_disk_cache;
@@ -366,22 +364,12 @@ class IOThread : public content::BrowserThreadDelegate {
static bool ShouldQuicDisableConnectionPooling(
const VariationParameters& quic_trial_params);
- // Returns the timeout value for loading of QUIC sever information from disk
- // cache based on field trial. Returns 0 if there is an error parsing the
- // field trial params, or if the default value should be used.
- static int GetQuicLoadServerInfoTimeout(
- 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.
static float GetQuicLoadServerInfoTimeoutSrttMultiplier(
const VariationParameters& quic_trial_params);
- // Returns true if QUIC's TruncatedConnectionIds should be enabled.
- static bool ShouldQuicEnableTruncatedConnectionIds(
- const VariationParameters& quic_trial_params);
-
// Returns true if QUIC's connection racing should be enabled.
static bool ShouldQuicEnableConnectionRacing(
const VariationParameters& quic_trial_params);
« no previous file with comments | « no previous file | chrome/browser/io_thread.cc » ('j') | chrome/browser/io_thread.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698