| 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";
|
|
|