Index: chrome/installer/util/util_constants.h |
diff --git a/chrome/installer/util/util_constants.h b/chrome/installer/util/util_constants.h |
index d664b0031a1d369983b6738d396974635b06090a..3fd49cf1c438c050b628fdd21a45580735fd7df0 100644 |
--- a/chrome/installer/util/util_constants.h |
+++ b/chrome/installer/util/util_constants.h |
@@ -92,8 +92,11 @@ enum InstallStatus { |
// version is still running. |
OLD_VERSION_DOWNGRADE = 59, // Successfully downgrade chrome to an older |
// version. |
+ SETUP_SINGLETON_ACQUISITION_FAILED = 60, // The setup process could not |
+ // acquire the exclusive right to |
+ // modify the Chrome installation. |
- MAX_INSTALL_STATUS = 60, // Bump this out to make space for new results. |
+ MAX_INSTALL_STATUS = 61, // Bump this out to make space for new results. |
}; |
// The type of an update archive. |