diff options
author | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-17 16:30:06 +0000 |
---|---|---|
committer | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-17 16:30:06 +0000 |
commit | 69fbc3692896a7f47d4bd42a2f6c611bfcfa8c8a (patch) | |
tree | 18e55e4b6c3db5253d9c62670f665ad7c8435433 /chrome/installer/util/google_chrome_distribution.h | |
parent | 4e3c45580eebf8cf5a99eb0d5f999f455a7f8b5d (diff) | |
download | chromium_src-69fbc3692896a7f47d4bd42a2f6c611bfcfa8c8a.zip chromium_src-69fbc3692896a7f47d4bd42a2f6c611bfcfa8c8a.tar.gz chromium_src-69fbc3692896a7f47d4bd42a2f6c611bfcfa8c8a.tar.bz2 |
Fix toast experiments, which had regressed.
BUG=76400
TEST=Try out the toast experiment, both at user- and system-level.
Review URL: http://codereview.chromium.org/6670087
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78558 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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/installer/util/google_chrome_distribution.h b/chrome/installer/util/google_chrome_distribution.h index ac4a3d1..3dc3b88 100644 --- a/chrome/installer/util/google_chrome_distribution.h +++ b/chrome/installer/util/google_chrome_distribution.h @@ -70,7 +70,8 @@ class GoogleChromeDistribution : public BrowserDistribution { installer::ArchiveType archive_type, installer::InstallStatus install_status); - virtual void LaunchUserExperiment(installer::InstallStatus status, + virtual void LaunchUserExperiment(const FilePath& setup_path, + installer::InstallStatus status, const Version& version, const installer::Product& installation, bool system_level); |