summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/browser_distribution.h
diff options
context:
space:
mode:
authorcpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-11 21:50:46 +0000
committercpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-11 21:50:46 +0000
commit525371a14a8e8d647738d9450d221eb11e508182 (patch)
tree01908b85c4901322a7b09c9e772c0ce60c60dc1c /chrome/installer/util/browser_distribution.h
parentf4abbdf7a9dedc781ca78ec933125b48949fb6ff (diff)
downloadchromium_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.h')
-rw-r--r--chrome/installer/util/browser_distribution.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/util/browser_distribution.h b/chrome/installer/util/browser_distribution.h
index 452b8a2..16d04ac 100644
--- a/chrome/installer/util/browser_distribution.h
+++ b/chrome/installer/util/browser_distribution.h
@@ -62,7 +62,7 @@ class BrowserDistribution {
// The user has qualified for the inactive user toast experiment and this
// function just performs it.
- virtual void InactiveUserToastExperiment();
+ virtual void InactiveUserToastExperiment(int flavor);
protected:
BrowserDistribution() {}