diff options
author | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-05 21:23:36 +0000 |
---|---|---|
committer | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-05 21:23:36 +0000 |
commit | 06fcf9223e647a8d26b0a2f18d6ff2385bef4fb7 (patch) | |
tree | 1a9c113b9b72f1d88f284166f095256eeb813185 /chrome/app/result_codes.h | |
parent | 3178f4e296e24781be5fbcc4ba91815e08c78897 (diff) | |
download | chromium_src-06fcf9223e647a8d26b0a2f18d6ff2385bef4fb7.zip chromium_src-06fcf9223e647a8d26b0a2f18d6ff2385bef4fb7.tar.gz chromium_src-06fcf9223e647a8d26b0a2f18d6ff2385bef4fb7.tar.bz2 |
Reapply revision 380 since it wasn't the cause of the build breakage.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@394 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/result_codes.h')
-rw-r--r-- | chrome/app/result_codes.h | 2 |
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. |