diff options
author | nsylvain@google.com <nsylvain@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-05 19:52:32 +0000 |
---|---|---|
committer | nsylvain@google.com <nsylvain@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-05 19:52:32 +0000 |
commit | d567ba645944f73a00d70fd356ba282716856b85 (patch) | |
tree | 3e3ad36c726d1edc9835c5cb5c570089fb6dcbcc /chrome/app | |
parent | ac510e1f4a322381d1e82c9669bfd3c05113d6e6 (diff) | |
download | chromium_src-d567ba645944f73a00d70fd356ba282716856b85.zip chromium_src-d567ba645944f73a00d70fd356ba282716856b85.tar.gz chromium_src-d567ba645944f73a00d70fd356ba282716856b85.tar.bz2 |
Revert revision 380 to see if it fixes the build. Please reapply once the tree is green.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@390 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-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 8ba12aa..9e8ff2f 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_DELETE_FILE_ERROR,// Error while deleting shortcuts. + UNINSTALL_ERROR, // Unspecified error while uninstalling. 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. |