| Index: chrome/installer/util/util_constants.h
|
| diff --git a/chrome/installer/util/util_constants.h b/chrome/installer/util/util_constants.h
|
| index 09416e4a7e2f479854ee640ac8e0df10d1aff6aa..d2f648aa59b8eb3adfbc01a9c141773b13c9e287 100644
|
| --- a/chrome/installer/util/util_constants.h
|
| +++ b/chrome/installer/util/util_constants.h
|
| @@ -92,13 +92,15 @@ enum InstallStatus {
|
| CPU_NOT_SUPPORTED, // 54. Current OS not supported
|
| REENABLE_UPDATES_SUCCEEDED, // 55. Autoupdates are now enabled.
|
| REENABLE_UPDATES_FAILED, // 56. Autoupdates could not be enabled.
|
| + UNPACKING_FAILED, // 57. Unpacking the (possibly patched)
|
| + // uncompressed archive failed.
|
|
|
| // Friendly reminder: note the COMPILE_ASSERT below.
|
| };
|
|
|
|
|
| // Existing InstallStatus values must not change. Always add to the end.
|
| -COMPILE_ASSERT(installer::REENABLE_UPDATES_FAILED == 56,
|
| +COMPILE_ASSERT(installer::UNPACKING_FAILED == 57,
|
| dont_change_enum);
|
|
|
| // The type of an update archive.
|
|
|