diff options
author | jwd@chromium.org <jwd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-26 15:48:26 +0000 |
---|---|---|
committer | jwd@chromium.org <jwd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-26 15:48:26 +0000 |
commit | c737d485f19dbf825e9687dab2191223e33c4b41 (patch) | |
tree | 05303b9fd7ea253185259540361bfaf65fcda2da /chrome/browser/chrome_browser_main.h | |
parent | d733b88d9f08f858f33daf4f61b5e5c56e7937e3 (diff) | |
download | chromium_src-c737d485f19dbf825e9687dab2191223e33c4b41.zip chromium_src-c737d485f19dbf825e9687dab2191223e33c4b41.tar.gz chromium_src-c737d485f19dbf825e9687dab2191223e33c4b41.tar.bz2 |
Adding a collection of field trials to test uniformity of field trial control, bucketing and reporting systems.
BUG=124391
TEST=Run with -v=1 and make sure the correct field trial names and group names are being outputted by the log.
Review URL: http://codereview.chromium.org/10134002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134109 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chrome_browser_main.h')
-rw-r--r-- | chrome/browser/chrome_browser_main.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/chrome_browser_main.h b/chrome/browser/chrome_browser_main.h index df5ac7f..7cd9c61 100644 --- a/chrome/browser/chrome_browser_main.h +++ b/chrome/browser/chrome_browser_main.h @@ -129,6 +129,10 @@ class ChromeBrowserMainParts : public content::BrowserMainParts { // Field trial for testing domain bound certs. void DomainBoundCertsFieldTrial(); + // A collection of field trials intended to test the uniformity and + // correctness of the field trial control, bucketing and reporting systems. + void SetupUniformityFieldTrials(); + // Methods for |SetupMetricsAndFieldTrials()| -------------------------------- // Constructs metrics service and does related initialization, including |