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

Unified Diff: client/crashpad_info.cc

Issue 1357753002: win: remove unused fields from CrashpadInfo (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@wow64-exception-and-restructure
Patch Set: 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 | « client/crashpad_info.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/crashpad_info.cc
diff --git a/client/crashpad_info.cc b/client/crashpad_info.cc
index 49221784d91c8f4aa2b88be188099ecae9c3465b..d92cc704368ab9d218ac1e20d5a025551cb8015e 100644
--- a/client/crashpad_info.cc
+++ b/client/crashpad_info.cc
@@ -100,11 +100,6 @@ CrashpadInfo::CrashpadInfo()
system_crash_reporter_forwarding_(TriState::kUnset),
padding_0_(0),
simple_annotations_(nullptr)
-#if defined(OS_WIN)
- ,
- exception_pointers_(nullptr),
- thread_id_(0)
-#endif // OS_WIN
{
Mark Mentovai 2015/09/18 21:59:12 Move on up!
scottmg 2015/09/18 22:19:40 Done.
}
« no previous file with comments | « client/crashpad_info.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698