| Index: chrome/installer/util/chrome_frame_operations.h
|
| ===================================================================
|
| --- chrome/installer/util/chrome_frame_operations.h (revision 84779)
|
| +++ chrome/installer/util/chrome_frame_operations.h (working copy)
|
| @@ -35,10 +35,14 @@
|
| const std::set<std::wstring>& options,
|
| std::vector<FilePath>* com_dll_list) const OVERRIDE;
|
|
|
| - virtual void AppendProductFlags(
|
| - const std::set<std::wstring>& options,
|
| - CommandLine* uninstall_command) const OVERRIDE;
|
| + virtual void AppendUninstallFlags(
|
| + const std::set<std::wstring>& options,
|
| + CommandLine* cmd_line) const OVERRIDE;
|
|
|
| + virtual void AppendRenameFlags(
|
| + const std::set<std::wstring>& options,
|
| + CommandLine* cmd_line) const OVERRIDE;
|
| +
|
| virtual bool SetChannelFlags(const std::set<std::wstring>& options,
|
| bool set,
|
| ChannelInfo* channel_info) const OVERRIDE;
|
|
|