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

Unified Diff: chrome/installer/util/util_constants.cc

Issue 2333853002: Support --delete-old-versions in setup.exe. (Closed)
Patch Set: Created 4 years, 3 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/util_constants.cc
diff --git a/chrome/installer/util/util_constants.cc b/chrome/installer/util/util_constants.cc
index 91f2e8473a5ba5f06beb7963f9c96e9e04e1d21a..0ef53696e2a721ec4e504eb48fdcda99a35120c8 100644
--- a/chrome/installer/util/util_constants.cc
+++ b/chrome/installer/util/util_constants.cc
@@ -28,6 +28,10 @@ const char kConfigureUserSettings[] = "configure-user-settings";
// in-use Chrome should be restarted ASAP.
const char kCriticalUpdateVersion[] = "critical-update-version";
+// Delete files that belong to old versions of Chrome from the install
+// directory.
+const char kDeleteOldVersions[] = "delete-old-versions";
+
// Delete user profile data. This param is useful only when specified with
// kUninstall, otherwise it is silently ignored.
const char kDeleteProfile[] = "delete-profile";

Powered by Google App Engine
This is Rietveld 408576698