| Index: chrome/installer/util/chrome_frame_distribution.h
|
| ===================================================================
|
| --- chrome/installer/util/chrome_frame_distribution.h (revision 72487)
|
| +++ chrome/installer/util/chrome_frame_distribution.h (working copy)
|
| @@ -55,29 +55,11 @@
|
| bool incremental_install, bool multi_install,
|
| installer::InstallStatus install_status);
|
|
|
| - virtual std::vector<FilePath> GetKeyFiles();
|
| -
|
| - virtual std::vector<FilePath> GetComDllList();
|
| -
|
| - virtual void AppendUninstallCommandLineFlags(CommandLine* cmd_line);
|
| -
|
| - virtual bool ShouldCreateUninstallEntry();
|
| -
|
| - virtual bool SetChannelFlags(bool set, installer::ChannelInfo* channel_info);
|
| -
|
| protected:
|
| friend class BrowserDistribution;
|
|
|
| // Disallow construction from non-friends.
|
| - explicit ChromeFrameDistribution(
|
| - const installer::MasterPreferences& prefs);
|
| -
|
| - // Determines whether this Chrome Frame distribution is being used to work
|
| - // with CEEE bits as well.
|
| - bool ceee_;
|
| -
|
| - // True when Chrome Frame is installed in ready mode (users have to opt in).
|
| - bool ready_mode_;
|
| + ChromeFrameDistribution();
|
| };
|
|
|
| #endif // CHROME_INSTALLER_UTIL_CHROME_FRAME_DISTRIBUTION_H_
|
|
|