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

Unified Diff: chrome/browser/io_thread.h

Issue 1977303002: Revert of QUIC - enable "delay_tcp_race" parameter by default. This feature showed (patchset #3 id:… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 b9a190dafc1cc7c48893465d3a9475fa28828470..85210ba1abdb46ce0de8348ce584a049ddf91364 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -330,6 +330,10 @@ class IOThread : public content::BrowserThreadDelegate {
static int GetQuicSocketReceiveBufferSize(
const VariationParameters& quic_trial_params);
+ // Returns true if QUIC should delay TCP connection when QUIC works.
+ static bool ShouldQuicDelayTcpRace(
+ const VariationParameters& quic_trial_params);
+
// Returns true if QUIC should close sessions when any of the client's IP
// addresses change.
static bool ShouldQuicCloseSessionsOnIpChange(
« 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