diff options
author | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-11 21:50:46 +0000 |
---|---|---|
committer | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-11 21:50:46 +0000 |
commit | 525371a14a8e8d647738d9450d221eb11e508182 (patch) | |
tree | 01908b85c4901322a7b09c9e772c0ce60c60dc1c /chrome/installer/util/google_chrome_distribution.h | |
parent | f4abbdf7a9dedc781ca78ec933125b48949fb6ff (diff) | |
download | chromium_src-525371a14a8e8d647738d9450d221eb11e508182.zip chromium_src-525371a14a8e8d647738d9450d221eb11e508182.tar.gz chromium_src-525371a14a8e8d647738d9450d221eb11e508182.tar.bz2 |
Second part of the multi-toast experiment
There are 4 flavors of the toast, if the user qualfies
use coin toss to show one of them.
- Accordingly we have now four experiment sets:
TAxx, TBxx, TCxx, TDxx.
BUG=b/1484308
TEST= see bug for instructions
Review URL: http://codereview.chromium.org/200092
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26025 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 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/installer/util/google_chrome_distribution.h b/chrome/installer/util/google_chrome_distribution.h index aa2c99f..c572f38 100644 --- a/chrome/installer/util/google_chrome_distribution.h +++ b/chrome/installer/util/google_chrome_distribution.h @@ -84,8 +84,9 @@ class GoogleChromeDistribution : public BrowserDistribution { // Assuming that the user qualifies, this function performs the inactive user // toast experiment. It will use chrome to show the UI and it will record the - // outcome in the registry. - virtual void InactiveUserToastExperiment(); + // outcome in the registry. |flavor| is an extra parameter that controls the + // specific wording on the experiment. + virtual void InactiveUserToastExperiment(int flavor); private: friend class BrowserDistribution; |