Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1083)

Unified Diff: chrome/installer/util/chrome_browser_operations.h

Issue 7005019: Put SxS switches back into the rename command. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/installer/setup/install_worker.cc ('k') | chrome/installer/util/chrome_browser_operations.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/chrome_browser_operations.h
===================================================================
--- chrome/installer/util/chrome_browser_operations.h (revision 84779)
+++ chrome/installer/util/chrome_browser_operations.h (working copy)
@@ -34,10 +34,14 @@
const std::set<std::wstring>& options,
std::vector<FilePath>* com_dll_list) const OVERRIDE;
- virtual void AppendProductFlags(
+ virtual void AppendUninstallFlags(
const std::set<std::wstring>& options,
- CommandLine* uninstall_command) const OVERRIDE;
+ 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;
« no previous file with comments | « chrome/installer/setup/install_worker.cc ('k') | chrome/installer/util/chrome_browser_operations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698