| Index: chrome/installer/util/chrome_frame_distribution.h
|
| ===================================================================
|
| --- chrome/installer/util/chrome_frame_distribution.h (revision 67902)
|
| +++ chrome/installer/util/chrome_frame_distribution.h (working copy)
|
| @@ -54,6 +54,8 @@
|
| virtual void UpdateDiffInstallStatus(bool system_install,
|
| bool incremental_install, installer_util::InstallStatus install_status);
|
|
|
| + virtual FilePath::StringType GetKeyFile();
|
| +
|
| protected:
|
| friend class BrowserDistribution;
|
|
|
| @@ -61,7 +63,6 @@
|
| ChromeFrameDistribution() {
|
| type_ = BrowserDistribution::CHROME_FRAME;
|
| }
|
| -
|
| };
|
|
|
| #endif // CHROME_INSTALLER_UTIL_CHROME_FRAME_DISTRIBUTION_H_
|
|
|