Chromium Code Reviews

Unified Diff: third_party/crashpad/crashpad/snapshot/mac/module_snapshot_mac.cc

Issue 1921833002: Update Crashpad to 00d458adaf3868999eeab5341fce5bedb81d17a1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: win fixes Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/crashpad/crashpad/snapshot/mac/module_snapshot_mac.cc
diff --git a/third_party/crashpad/crashpad/snapshot/mac/module_snapshot_mac.cc b/third_party/crashpad/crashpad/snapshot/mac/module_snapshot_mac.cc
index 4eaa12b1fcf7c20bbe77a7b20abdf3fac1718172..272c8c1e8207ae211e5fc58e2ac3b6bf8f46bc21 100644
--- a/third_party/crashpad/crashpad/snapshot/mac/module_snapshot_mac.cc
+++ b/third_party/crashpad/crashpad/snapshot/mac/module_snapshot_mac.cc
@@ -79,6 +79,9 @@ void ModuleSnapshotMac::GetCrashpadOptions(CrashpadInfoClientOptions* options) {
options->gather_indirectly_referenced_memory =
CrashpadInfoClientOptions::TriStateFromCrashpadInfo(
crashpad_info.gather_indirectly_referenced_memory);
+
+ options->indirectly_referenced_memory_cap =
+ crashpad_info.indirectly_referenced_memory_cap;
}
std::string ModuleSnapshotMac::Name() const {

Powered by Google App Engine