Create a 4-bucket partial pre-read experiment.
commit48078e5a75a80ad901070fd748645073455506f4
authorrogerm@chromium.org <rogerm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 9 Feb 2012 00:02:26 +0000 (9 00:02 +0000)
committerrogerm@chromium.org <rogerm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 9 Feb 2012 00:02:26 +0000 (9 00:02 +0000)
treed29c2ce95cee24ea9520552d32f0620bb5e2f3a5
parentf84f1223621baa1468c410e2eced50a969c901af
Create a 4-bucket partial pre-read experiment.

This CL creates groups for a series of 4-bucket partial pre-read experiments.

On Stable, which has a large reporting user population a given build might report into the following buckets:

- 97% of users get the curent default behavior (100% pre-read)
- 1% of users will pre-read 25%
- 1% of users will pre-read 40%
- 1% of users will pre-read 0%

The 0 and 100 buckets represent our controls, and the 25 and 40 are the experimental values. The experimental values would be varied over successive builds to explore the pre-read-percentage space.

For channels with smaller reporting populations, the bucket sizes will be 25% of the population each.

Note that The UMA group labels for the above replace the current PreReadEnabled/Disabled labels.

BUG=chromium:98508
TEST=

Review URL: http://codereview.chromium.org/9352001

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121104 0039d316-1c4b-4281-b951-d872f2087c98
chrome/app/client_util.cc
chrome/browser/chrome_browser_main.cc