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/browser_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/browser_distribution.h')
-rw-r--r-- | chrome/installer/util/browser_distribution.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/installer/util/browser_distribution.h b/chrome/installer/util/browser_distribution.h index ece8960..26f9b3b 100644 --- a/chrome/installer/util/browser_distribution.h +++ b/chrome/installer/util/browser_distribution.h @@ -60,6 +60,10 @@ class BrowserDistribution { const installer::Version& version, bool system_install, int options); + // The user has qualified for the inactive user toast experiment and this + // function just performs it. + virtual void InactiveUserToastExperiment(); + protected: BrowserDistribution() {} |