diff options
Diffstat (limited to 'chrome/installer/util/chrome_frame_distribution.h')
-rw-r--r-- | chrome/installer/util/chrome_frame_distribution.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/installer/util/chrome_frame_distribution.h b/chrome/installer/util/chrome_frame_distribution.h index 98a250d..ac6eaa8 100644 --- a/chrome/installer/util/chrome_frame_distribution.h +++ b/chrome/installer/util/chrome_frame_distribution.h @@ -39,6 +39,12 @@ class ChromeFrameDistribution : public BrowserDistribution { virtual int GetInstallReturnCode(installer_util::InstallStatus status); + // This is the point at which the Google Chrome installer removes the Google + // Update ap value. We implement this simply to have the same behaviour re. + // the ap value. + virtual void UpdateDiffInstallStatus(bool system_install, + bool incremental_install, installer_util::InstallStatus install_status); + private: friend class BrowserDistribution; |