| Index: chrome/installer/util/product.h
|
| ===================================================================
|
| --- chrome/installer/util/product.h (revision 84779)
|
| +++ chrome/installer/util/product.h (working copy)
|
| @@ -102,9 +102,12 @@
|
| // See ProductOperations::AddComDllList.
|
| void AddComDllList(std::vector<FilePath>* com_dll_list) const;
|
|
|
| - // See ProductOperations::AppendProductFlags.
|
| - void AppendProductFlags(CommandLine* command_line) const;
|
| + // See ProductOperations::AppendUninstallFlags.
|
| + void AppendUninstallFlags(CommandLine* command_line) const;
|
|
|
| + // See ProductOperations::AppendRenameFlags.
|
| + void AppendRenameFlags(CommandLine* command_line) const;
|
| +
|
| // See Productoperations::SetChannelFlags.
|
| bool SetChannelFlags(bool set, ChannelInfo* channel_info) const;
|
|
|
|
|