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

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

Issue 10806086: Fix multi-install update regression. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 9a1da328b0b31bf8e024ad4d64edc917d8eff6e1..823fbd9711ad01cd3ebb775a3a96a5ae3a124847 100644
--- a/chrome/installer/util/util_constants.h
+++ b/chrome/installer/util/util_constants.h
@@ -70,10 +70,12 @@ enum InstallStatus {
CONFLICTING_CHANNEL_EXISTS, // 39. A multi-install product on a different
// update channel exists.
READY_MODE_REQUIRES_CHROME, // 40. Chrome Frame in ready-mode requires Chrome
- REQUIRES_MULTI_INSTALL, // 41. --multi-install was missing from the
grt (UTC plus 2) 2012/07/24 15:02:03 this value was never used (really), so i'm repurpo
+ APP_HOST_REQUIRES_MULTI_INSTALL, // 41. --multi-install was missing from the
// command line.
APPLY_DIFF_PATCH_FAILED, // 42. Failed to apply a diff patch.
INCONSISTENT_UPDATE_POLICY, // 43. Inconsistent update policy GP settings.
+ APP_HOST_REQUIRES_USER_LEVEL, // 44. --system-level is forbidden.
+ APP_HOST_REQUIRES_BINARIES, // 45. No Chrome binaries at either level.
};

Powered by Google App Engine
This is Rietveld 408576698