summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorcpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-03 01:37:53 +0000
committercpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-03 01:37:53 +0000
commit1b5237ecc1fea39e51e1634acbcdf11bd7ef57b0 (patch)
tree825babec0c6bf1e4ad5433585fe3690748803c59 /chrome/common
parentb6a6cd102bb4859707c12a09fbf1e35b1e5e0af2 (diff)
downloadchromium_src-1b5237ecc1fea39e51e1634acbcdf11bd7ef57b0.zip
chromium_src-1b5237ecc1fea39e51e1634acbcdf11bd7ef57b0.tar.gz
chromium_src-1b5237ecc1fea39e51e1634acbcdf11bd7ef57b0.tar.bz2
Stop compulsive crasher in respawn dialog
- Users with CursorXP or FontExporer crash in MessageBoxW - leads to many crash reports within seconds solution: eat the fatal exception and exit silently. TEST = see the bug for instructions BUG = 12162 Review URL: http://codereview.chromium.org/118148 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17461 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/result_codes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/result_codes.h b/chrome/common/result_codes.h
index 4c0de9d..c40c354 100644
--- a/chrome/common/result_codes.h
+++ b/chrome/common/result_codes.h
@@ -41,6 +41,7 @@ class ResultCodes {
KILLED_BAD_MESSAGE, // A bad message caused the process termination.
IMPORTER_CANCEL, // The user canceled the browser import.
IMPORTER_HUNG, // Browser import hung and was killed.
+ RESPAWN_FAILED, // Trying to restrart the browser we crashed.
EXIT_LAST_CODE // Last return code (keep it last).
};
};