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

Unified Diff: snapshot/mac/process_types/crashpad_info.proctype

Issue 997713002: Allow exception forwarding to the system’s native crash reporter to be disabled (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 9 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
Index: snapshot/mac/process_types/crashpad_info.proctype
diff --git a/snapshot/mac/process_types/crashpad_info.proctype b/snapshot/mac/process_types/crashpad_info.proctype
index 8c43df59165a43781a8354e25f4b6479f9a18914..6561879d4f022a2ad46545d2d939e3d9f1714929 100644
--- a/snapshot/mac/process_types/crashpad_info.proctype
+++ b/snapshot/mac/process_types/crashpad_info.proctype
@@ -27,7 +27,9 @@ PROCESS_TYPE_STRUCT_BEGIN(CrashpadInfo)
PROCESS_TYPE_STRUCT_MEMBER(uint32_t, signature)
PROCESS_TYPE_STRUCT_MEMBER(uint32_t, size)
PROCESS_TYPE_STRUCT_MEMBER(uint32_t, version)
- PROCESS_TYPE_STRUCT_MEMBER(uint32_t, padding_0)
+ PROCESS_TYPE_STRUCT_MEMBER(uint8_t, options)
+ PROCESS_TYPE_STRUCT_MEMBER(uint8_t, padding_0)
+ PROCESS_TYPE_STRUCT_MEMBER(uint16_t, padding_1)
// SimpleStringDictionary*
PROCESS_TYPE_STRUCT_MEMBER(Pointer, simple_annotations)
« snapshot/mac/module_snapshot_mac.cc ('K') | « snapshot/mac/process_snapshot_mac.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698