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

Unified Diff: chrome/common/chrome_switches.cc

Issue 6990036: Deciding best connection to schedule requests on based on cwnd and idle time (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 6 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
Index: chrome/common/chrome_switches.cc
===================================================================
--- chrome/common/chrome_switches.cc (revision 86260)
+++ chrome/common/chrome_switches.cc (working copy)
@@ -104,6 +104,10 @@
// Causes the browser process to crash on startup.
const char kBrowserCrashTest[] = "crash-test";
+// Exponential alpha for warmest vs. most recently accessed connection.
+const char kBytesReadVsLastAccessedAlpha[] =
+ "bytes-read-vs-last-accessed-alpha";
+
// How often (in seconds) to check for updates. Should only be used for
// testing purposes.
const char kCheckForUpdateIntervalSec[] = "check-for-update-interval";

Powered by Google App Engine
This is Rietveld 408576698