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

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

Issue 2292293002: Add installer::SetupSingleton. (Closed)
Patch Set: CR grt #9 Created 4 years, 3 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/util/prebuild/create_string_rc.py ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/installer/util/prebuild/create_string_rc.py ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698