diff options
Diffstat (limited to 'chrome/installer/util/util_constants.h')
| -rw-r--r-- | chrome/installer/util/util_constants.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/installer/util/util_constants.h b/chrome/installer/util/util_constants.h index ace182f..13c905d 100644 --- a/chrome/installer/util/util_constants.h +++ b/chrome/installer/util/util_constants.h @@ -88,6 +88,8 @@ enum InstallStatus { REENABLE_UPDATES_FAILED = 56, // Autoupdates could not be enabled. UNPACKING_FAILED = 57, // Unpacking the (possibly patched) uncompressed // archive failed. + + MAX_INSTALL_STATUS = 58, // Bump this out to make space for new results. }; // The type of an update archive. |
