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

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

Issue 1914213002: Support rollback with installerdata in mini_installer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: chrome/installer/util/util_constants.h
diff --git a/chrome/installer/util/util_constants.h b/chrome/installer/util/util_constants.h
index 13c905d8b84a7c30785221f34836bfeb920bc8dc..e5c5914b41c6a43d94946b3571905e7b3259891c 100644
--- a/chrome/installer/util/util_constants.h
+++ b/chrome/installer/util/util_constants.h
@@ -88,8 +88,11 @@ enum InstallStatus {
REENABLE_UPDATES_FAILED = 56, // Autoupdates could not be enabled.
UNPACKING_FAILED = 57, // Unpacking the (possibly patched) uncompressed
// archive failed.
+ IN_USE_ROLLBACK = 58, // Chrome successfully rollback but current
Georges Khalil 2016/04/27 12:38:02 nit (comment suggestion): Successful chrome rollba
zmin 2016/04/27 15:20:18 Done.
+ // version is running.
+ OLD_VERSION_ROLLBACK = 59, // Chrome successfully rollback to old version.
Georges Khalil 2016/04/27 12:38:02 nit (comment suggestion): Successful chrome rollba
zmin 2016/04/27 15:20:18 Done.
- MAX_INSTALL_STATUS = 58, // Bump this out to make space for new results.
+ MAX_INSTALL_STATUS = 60, // Bump this out to make space for new results.
};
// The type of an update archive.
« chrome/installer/setup/setup_util.cc ('K') | « chrome/installer/util/master_preferences_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698