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/browser_distribution.cc | |
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/browser_distribution.cc')
-rw-r--r-- | chrome/installer/util/browser_distribution.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/util/browser_distribution.cc b/chrome/installer/util/browser_distribution.cc index 19b5937..d4b2849 100644 --- a/chrome/installer/util/browser_distribution.cc +++ b/chrome/installer/util/browser_distribution.cc @@ -98,5 +98,5 @@ void BrowserDistribution::LaunchUserExperiment( } -void BrowserDistribution::InactiveUserToastExperiment() { +void BrowserDistribution::InactiveUserToastExperiment(int flavor) { }
\ No newline at end of file |