diff options
author | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-23 19:43:00 +0000 |
---|---|---|
committer | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-23 19:43:00 +0000 |
commit | d2cf63114443ab592bee4acaa04a431356a23cd8 (patch) | |
tree | 59ea6950dafc151d359d585b5243abf0eae1233d /chrome/installer/util/google_chrome_distribution.h | |
parent | 89c3317ba1adf8d974fc3b649ea6ac00ef6c0dae (diff) | |
download | chromium_src-d2cf63114443ab592bee4acaa04a431356a23cd8.zip chromium_src-d2cf63114443ab592bee4acaa04a431356a23cd8.tar.gz chromium_src-d2cf63114443ab592bee4acaa04a431356a23cd8.tar.bz2 |
Toast experiment: I need to re-laucnh chrome because google_update likes setup to finish fast.
- Added new cmd line flag to setup.exe: --inactive-user-toast
BUG= b/1484308
TEST = see the bug
Review URL: http://codereview.chromium.org/144015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19044 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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/installer/util/google_chrome_distribution.h b/chrome/installer/util/google_chrome_distribution.h index 9d41c33..f4b5016 100644 --- a/chrome/installer/util/google_chrome_distribution.h +++ b/chrome/installer/util/google_chrome_distribution.h @@ -82,6 +82,11 @@ class GoogleChromeDistribution : public BrowserDistribution { const installer::Version& version, bool system_install, int options); + // 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(); + private: friend class BrowserDistribution; FRIEND_TEST(GoogleChromeDistributionTest, TestExtractUninstallMetrics); |