summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/util_constants.h
diff options
context:
space:
mode:
authorcpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-05 01:44:52 +0000
committercpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-05 01:44:52 +0000
commitbe974f0b77ba65b8b5cad47a7494ef141dcafbb1 (patch)
tree3417e6774fc374899974a3f2b552ecc525981185 /chrome/installer/util/util_constants.h
parent7c2a99cf6d513e227e53c6310522e6afee8966f2 (diff)
downloadchromium_src-be974f0b77ba65b8b5cad47a7494ef141dcafbb1.zip
chromium_src-be974f0b77ba65b8b5cad47a7494ef141dcafbb1.tar.gz
chromium_src-be974f0b77ba65b8b5cad47a7494ef141dcafbb1.tar.bz2
Overinstall mismatch, Launch the existing chrome instead
- If the user has a system-level chrome and it is trying to install user level, instead of having omaha show an error, the existing system level install is launched with --first-run - Disable toast experiment BUG=37410 TEST=see bug Review URL: http://codereview.chromium.org/668114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40701 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/util_constants.h')
-rw-r--r--chrome/installer/util/util_constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/installer/util/util_constants.h b/chrome/installer/util/util_constants.h
index 9714e84..0b4eb34 100644
--- a/chrome/installer/util/util_constants.h
+++ b/chrome/installer/util/util_constants.h
@@ -15,6 +15,7 @@ enum InstallStatus {
FIRST_INSTALL_SUCCESS, // Successfully installed Chrome for the first time
INSTALL_REPAIRED, // Same version reinstalled for repair
NEW_VERSION_UPDATED, // Chrome successfully updated to new version
+ EXISTING_VERSION_LAUNCHED, // No work done, just launched existing chrome
HIGHER_VERSION_EXISTS, // Higher version of Chrome already exists
USER_LEVEL_INSTALL_EXISTS, // User level install already exists
SYSTEM_LEVEL_INSTALL_EXISTS, // Machine level install already exists