Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(457)

Unified Diff: compat/non_mac/mach/mach.h

Issue 1305893010: Don’t trigger EXC_CORPSE_NOTIFY on OS X 10.11 (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Address review feedback Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « compat/mac/mach/mach.h ('k') | handler/mac/crash_report_exception_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compat/non_mac/mach/mach.h
diff --git a/compat/non_mac/mach/mach.h b/compat/non_mac/mach/mach.h
index d7cc4905e6be7906427fa9c58c218dbdebe33028..f33bb10f381ed26d47d99bb76272b6e2c14ff6ac 100644
--- a/compat/non_mac/mach/mach.h
+++ b/compat/non_mac/mach/mach.h
@@ -36,6 +36,9 @@
#define EXC_CRASH 10
#define EXC_RESOURCE 11
#define EXC_GUARD 12
+#define EXC_CORPSE_NOTIFY 13
+
+#define EXC_TYPES_COUNT 14
//! \}
#endif // CRASHPAD_COMPAT_NON_MAC_MACH_MACH_H_
« no previous file with comments | « compat/mac/mach/mach.h ('k') | handler/mac/crash_report_exception_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698