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

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

Issue 1576813002: Update Crashpad to 417097b91fe872404db257532d5126cfd7bfb438 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: third_party/crashpad/crashpad/snapshot/mac/exception_snapshot_mac.cc
diff --git a/third_party/crashpad/crashpad/snapshot/mac/exception_snapshot_mac.cc b/third_party/crashpad/crashpad/snapshot/mac/exception_snapshot_mac.cc
index b5725d38e937eafff19d2526143d033afb025dcc..c5d32b5b5a377995ad7d2828076d5b634e41824c 100644
--- a/third_party/crashpad/crashpad/snapshot/mac/exception_snapshot_mac.cc
+++ b/third_party/crashpad/crashpad/snapshot/mac/exception_snapshot_mac.cc
@@ -249,5 +249,10 @@ const std::vector<uint64_t>& ExceptionSnapshotMac::Codes() const {
return codes_;
}
+std::vector<const MemorySnapshot*> ExceptionSnapshotMac::ExtraMemory() const {
+ INITIALIZATION_STATE_DCHECK_VALID(initialized_);
+ return std::vector<const MemorySnapshot*>();
+}
+
} // namespace internal
} // namespace crashpad

Powered by Google App Engine
This is Rietveld 408576698