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

Unified Diff: chrome/browser/io_thread.h

Issue 1916783003: QUIC - enable "delay_tcp_race" parameter by default. This feature showed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Deleted unneeded hanging get calls from unittests Created 4 years, 8 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 7a3fdadad0596f1a6bfcc1cd9b10b24e93df1066..2922a2b540217db0187755ce5960e79cfcd1932e 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -338,10 +338,6 @@ 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