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

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

Issue 1914213002: Support rollback with installerdata in mini_installer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cr Created 4 years, 8 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/setup_util.cc ('k') | chrome/installer/util/master_preferences_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/install_util.cc
diff --git a/chrome/installer/util/install_util.cc b/chrome/installer/util/install_util.cc
index c3e32d92e7d68aaae4169455b9aadc1830f674d0..8b6dfa75deab255b214ff5e749ab7e76949ad6a7 100644
--- a/chrome/installer/util/install_util.cc
+++ b/chrome/installer/util/install_util.cc
@@ -575,6 +575,8 @@ int InstallUtil::GetInstallReturnCode(installer::InstallStatus status) {
case installer::NEW_VERSION_UPDATED:
case installer::IN_USE_UPDATED:
case installer::UNUSED_BINARIES_UNINSTALLED:
+ case installer::OLD_VERSION_DOWNGRADE:
+ case installer::IN_USE_DOWNGRADE:
return 0;
default:
return status;
« no previous file with comments | « chrome/installer/setup/setup_util.cc ('k') | chrome/installer/util/master_preferences_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698