diff options
author | stevet@chromium.org <stevet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-29 19:49:54 +0000 |
---|---|---|
committer | stevet@chromium.org <stevet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-29 19:49:54 +0000 |
commit | 4ebedd5d3b10ef5688ffcc4f4babb7f23f4e43ca (patch) | |
tree | 1187be2769425ee464408016c1adf0c94be0b371 /chrome/browser/chrome_browser_field_trials.h | |
parent | 6f5ba99f5ff7d3c72fe9c81bf5d09bd7e4b9aced (diff) | |
download | chromium_src-4ebedd5d3b10ef5688ffcc4f4babb7f23f4e43ca.zip chromium_src-4ebedd5d3b10ef5688ffcc4f4babb7f23f4e43ca.tar.gz chromium_src-4ebedd5d3b10ef5688ffcc4f4babb7f23f4e43ca.tar.bz2 |
Remove the expired DnsImpact field trial.
Also clean up some headers and declarations that were missed in previous cleanup CLs.
BUG=156873
TBR=sky
Review URL: https://chromiumcodereview.appspot.com/11346003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164719 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chrome_browser_field_trials.h')
-rw-r--r-- | chrome/browser/chrome_browser_field_trials.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chrome/browser/chrome_browser_field_trials.h b/chrome/browser/chrome_browser_field_trials.h index 664dfb5..88cf41c 100644 --- a/chrome/browser/chrome_browser_field_trials.h +++ b/chrome/browser/chrome_browser_field_trials.h @@ -23,22 +23,12 @@ class ChromeBrowserFieldTrials { FRIEND_TEST_ALL_PREFIXES(BrowserMainTest, WarmConnectionFieldTrial_Random); FRIEND_TEST_ALL_PREFIXES(BrowserMainTest, WarmConnectionFieldTrial_Invalid); - // A/B test for determining a value for unused socket timeout. - void SocketTimeoutFieldTrial(); - - // A/B test for the maximum number of connections per proxy server. - void ProxyConnectionsFieldTrial(); - // A/B test for spdy when --use-spdy not set. void SpdyFieldTrial(); // A/B test for warmest socket vs. most recently used socket. void WarmConnectionFieldTrial(); - // A/B test for automatically establishing a backup TCP connection when a - // specified timeout value is reached. - void ConnectBackupJobsFieldTrial(); - // Field trial to see what disabling DNS pre-resolution does to // latency of page loads. void PredictorFieldTrial(); |