summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/product.h
diff options
context:
space:
mode:
authorgrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-12 06:59:54 +0000
committergrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-12 06:59:54 +0000
commit1efff123902666181d870877f07b5987dde80223 (patch)
tree60f51ca0e9932c17fc59f8a7316b313b7d9a21b5 /chrome/installer/util/product.h
parentc348c3e77bdf7eadd4d0716fa3806286367d324f (diff)
downloadchromium_src-1efff123902666181d870877f07b5987dde80223.zip
chromium_src-1efff123902666181d870877f07b5987dde80223.tar.gz
chromium_src-1efff123902666181d870877f07b5987dde80223.tar.bz2
Put SxS switches back into the rename command.
BUG=82207 TEST=See if in-use updates in the canaries and in Chrome Frame work. Review URL: http://codereview.chromium.org/7005019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85108 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/product.h')
-rw-r--r--chrome/installer/util/product.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/chrome/installer/util/product.h b/chrome/installer/util/product.h
index 6962192..c136a54 100644
--- a/chrome/installer/util/product.h
+++ b/chrome/installer/util/product.h
@@ -102,8 +102,11 @@ class Product {
// 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;