summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/google_chrome_distribution.h
diff options
context:
space:
mode:
authorcpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-05 02:55:39 +0000
committercpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-05 02:55:39 +0000
commitc3a54ae2c9ac8dc5d093cc192388fdf686971b46 (patch)
tree6b979418bc51d32d5faf263308b5a31b2ff1db64 /chrome/installer/util/google_chrome_distribution.h
parentc100bb1bf56c6cc9ed2c03573432c578d8b4acaa (diff)
downloadchromium_src-c3a54ae2c9ac8dc5d093cc192388fdf686971b46.zip
chromium_src-c3a54ae2c9ac8dc5d093cc192388fdf686971b46.tar.gz
chromium_src-c3a54ae2c9ac8dc5d093cc192388fdf686971b46.tar.bz2
System toast was trying to launch the per-user chrome
- forgot to pass along the system_install flag. BUG=32474 TEST=see bug for instructions, you need to simulate a system level install. TBR=huanr Review URL: http://codereview.chromium.org/561080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38172 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/google_chrome_distribution.h')
-rw-r--r--chrome/installer/util/google_chrome_distribution.h2
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 7490a05..c31ca07 100644
--- a/chrome/installer/util/google_chrome_distribution.h
+++ b/chrome/installer/util/google_chrome_distribution.h
@@ -86,7 +86,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(int flavor);
+ virtual void InactiveUserToastExperiment(int flavor, bool system_install);
private:
friend class BrowserDistribution;