diff options
author | simonjam@chromium.org <simonjam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-20 00:00:07 +0000 |
---|---|---|
committer | simonjam@chromium.org <simonjam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-20 00:00:07 +0000 |
commit | 75c3460508756c1e28ebd485828649c7ebb2e9e9 (patch) | |
tree | 0965086eac8b1195013434778c3560e891492dbe /chrome/installer/util/google_chrome_distribution.h | |
parent | bbd0d4c01c9273b748862e804ab71463436651bb (diff) | |
download | chromium_src-75c3460508756c1e28ebd485828649c7ebb2e9e9.zip chromium_src-75c3460508756c1e28ebd485828649c7ebb2e9e9.tar.gz chromium_src-75c3460508756c1e28ebd485828649c7ebb2e9e9.tar.bz2 |
Launch HTTP pipelining compatibility field trial for 1% of canary users.
BUG=110794
TEST=Built official Chrome and let it run
Review URL: http://codereview.chromium.org/9722019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127579 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/google_chrome_distribution.h')
-rw-r--r-- | chrome/installer/util/google_chrome_distribution.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/installer/util/google_chrome_distribution.h b/chrome/installer/util/google_chrome_distribution.h index f895382..64ed1f1 100644 --- a/chrome/installer/util/google_chrome_distribution.h +++ b/chrome/installer/util/google_chrome_distribution.h @@ -61,6 +61,8 @@ class GoogleChromeDistribution : public BrowserDistribution { virtual std::string GetNetworkStatsServer() const OVERRIDE; + virtual std::string GetHttpPipeliningTestServer() const OVERRIDE; + // This method reads data from the Google Update ClientState key for // potential use in the uninstall survey. It must be called before the // key returned by GetVersionKey() is deleted. |