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

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

Issue 6288009: More installer refactoring in the interest of fixing some bugs and cleaning t... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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/util/helper_unittest.cc ('k') | chrome/installer/util/install_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/install_util.h
===================================================================
--- chrome/installer/util/install_util.h (revision 72487)
+++ chrome/installer/util/install_util.h (working copy)
@@ -15,13 +15,12 @@
#include <string>
#include "base/basictypes.h"
-#include "base/command_line.h"
-#include "base/version.h"
-#include "chrome/installer/util/master_preferences.h"
#include "chrome/installer/util/util_constants.h"
+class BrowserDistribution;
+class CommandLine;
+class Version;
class WorkItemList;
-class BrowserDistribution;
namespace base {
namespace win {
@@ -107,6 +106,11 @@
// Returns zero on install success, or an InstallStatus value otherwise.
static int GetInstallReturnCode(installer::InstallStatus install_status);
+ // Composes |exe_path| and |arguments| into |command_line|.
+ static void MakeUninstallCommand(const std::wstring& exe_path,
+ const std::wstring& arguments,
+ CommandLine* command_line);
+
private:
DISALLOW_COPY_AND_ASSIGN(InstallUtil);
};
« no previous file with comments | « chrome/installer/util/helper_unittest.cc ('k') | chrome/installer/util/install_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698