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

Unified Diff: chrome/installer/util/chrome_browser_sxs_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
Index: chrome/installer/util/chrome_browser_sxs_operations.h
===================================================================
--- chrome/installer/util/chrome_browser_sxs_operations.h (revision 84779)
+++ chrome/installer/util/chrome_browser_sxs_operations.h (working copy)
@@ -20,10 +20,14 @@
public:
ChromeBrowserSxSOperations() {}
- 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;
+
private:
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserSxSOperations);
};
« no previous file with comments | « chrome/installer/util/chrome_browser_operations.cc ('k') | chrome/installer/util/chrome_browser_sxs_operations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698