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

Unified Diff: client/crashpad_info.h

Issue 1355503005: win: Make reading CrashpadInfo work across bitness (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: fixes 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 | « no previous file | client/crashpad_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/crashpad_info.h
diff --git a/client/crashpad_info.h b/client/crashpad_info.h
index 96b22549a77db119a2031c06a224326439161ad6..c2182c0d91016e178c6dbdb7e985a596169bd639 100644
--- a/client/crashpad_info.h
+++ b/client/crashpad_info.h
@@ -121,6 +121,10 @@ struct CrashpadInfo {
uint16_t padding_0_;
SimpleStringDictionary* simple_annotations_; // weak
+#if !defined(NDEBUG) && defined(OS_WIN)
+ uint32_t invalid_read_detection_;
+#endif
+
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
« no previous file with comments | « no previous file | client/crashpad_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698