summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorrahulk@google.com <rahulk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-05 17:30:38 +0000
committerrahulk@google.com <rahulk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-05 17:30:38 +0000
commit4d562a7e2538a1396a4dbeae66aea33f4f4afcd3 (patch)
tree22017ef638d79153eee6f559773f182e43d6aa40 /chrome/app
parent83f614694645507a493c366a9f6319efd9a9c3db (diff)
downloadchromium_src-4d562a7e2538a1396a4dbeae66aea33f4f4afcd3.zip
chromium_src-4d562a7e2538a1396a4dbeae66aea33f4f4afcd3.tar.gz
chromium_src-4d562a7e2538a1396a4dbeae66aea33f4f4afcd3.tar.bz2
While uninstalling Chrome look for return codes from chrome.exe that indicate success instead of checking for failure codes. This will prevent us from uninstalling Chrome when chrome.exe process gets killed.
BUG=1307273 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@380 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/result_codes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/result_codes.h b/chrome/app/result_codes.h
index 9e8ff2f..8ba12aa 100644
--- a/chrome/app/result_codes.h
+++ b/chrome/app/result_codes.h
@@ -52,7 +52,7 @@ class ResultCodes {
MISSING_PATH, // An critical chrome path is missing.
MISSING_DATA, // A critical chrome file is missing.
SHELL_INTEGRATION_FAILED, // Failed to make Chrome default browser.
- UNINSTALL_ERROR, // Unspecified error while uninstalling.
+ UNINSTALL_DELETE_FILE_ERROR,// Error while deleting shortcuts.
UNINSTALL_CHROME_ALIVE, // Uninstall detected another chrome instance.
UNINSTALL_NO_SURVEY, // Do not launch survey after uninstall.
UNINSTALL_USER_CANCEL, // The user changed her mind.