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

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

Issue 10889028: Install a user-level Start Menu shortcut for every user on system-installs through Active Setup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove TODO for Notify Created 8 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
« base/file_util_win.cc ('K') | « chrome/installer/setup/uninstall.cc ('k') | no next file » | 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 2ed6c4f98d6849964e88607352f1547ae01b7216..25b5d92125a77c55114c1320a55be9b1d249223d 100644
--- a/chrome/installer/util/util_constants.h
+++ b/chrome/installer/util/util_constants.h
@@ -76,12 +76,14 @@ enum InstallStatus {
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.
+ INVALID_STATE_FOR_OPTION, // 46. A non-install option was called with an
+ // invalid installer state.
// Friendly reminder: note the COMPILE_ASSERT below.
};
// Existing InstallStatus values must not change. Always add to the end.
-COMPILE_ASSERT(installer::APP_HOST_REQUIRES_BINARIES == 45,
+COMPILE_ASSERT(installer::INVALID_STATE_FOR_OPTION == 46,
dont_change_enum);
// The type of an update archive.
« base/file_util_win.cc ('K') | « chrome/installer/setup/uninstall.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698