diff options
author | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-03 22:58:24 +0000 |
---|---|---|
committer | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-03 22:58:24 +0000 |
commit | b2f5aae9b7d7410847ba29ecc8390f31beeec658 (patch) | |
tree | da7ea3d046901e833aecd761c2ecc4756f3c038e /chrome/installer/util/google_chrome_distribution.h | |
parent | b0258ab1379d432f00b41d67bf19c182d45c823e (diff) | |
download | chromium_src-b2f5aae9b7d7410847ba29ecc8390f31beeec658.zip chromium_src-b2f5aae9b7d7410847ba29ecc8390f31beeec658.tar.gz chromium_src-b2f5aae9b7d7410847ba29ecc8390f31beeec658.tar.bz2 |
Revert some of the change to go back to multiple experiments
- Brian wants two experiments
- This is not a full revert because I need to merge to 195 in stages
BUG=none
TEST=none
TBR=kuchhal
Review URL: http://codereview.chromium.org/467009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33744 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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/util/google_chrome_distribution.h b/chrome/installer/util/google_chrome_distribution.h index c696e61..7aa265f 100644 --- a/chrome/installer/util/google_chrome_distribution.h +++ b/chrome/installer/util/google_chrome_distribution.h @@ -89,7 +89,7 @@ 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(); + virtual void InactiveUserToastExperiment(int flavor); private: friend class BrowserDistribution; |