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

Unified Diff: snapshot/mac/process_snapshot_mac.cc

Issue 1409823003: Fix Mac build after https://codereview.chromium.org/1407643004 (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: . Created 5 years, 2 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 | « snapshot/mac/process_snapshot_mac.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/mac/process_snapshot_mac.cc
diff --git a/snapshot/mac/process_snapshot_mac.cc b/snapshot/mac/process_snapshot_mac.cc
index 215536cc196d036f6db690ff970d1629dc410549..b37123c8235b6c5220056d4b3cd85a946ea2af6e 100644
--- a/snapshot/mac/process_snapshot_mac.cc
+++ b/snapshot/mac/process_snapshot_mac.cc
@@ -192,6 +192,11 @@ std::vector<const MemoryMapRegionSnapshot*> ProcessSnapshotMac::MemoryMap()
return std::vector<const MemoryMapRegionSnapshot*>();
}
+std::vector<HandleSnapshot> ProcessSnapshotMac::Handles() const {
+ INITIALIZATION_STATE_DCHECK_VALID(initialized_);
+ return std::vector<HandleSnapshot>();
+}
+
std::vector<const MemorySnapshot*> ProcessSnapshotMac::ExtraMemory() const {
INITIALIZATION_STATE_DCHECK_VALID(initialized_);
return std::vector<const MemorySnapshot*>();
« no previous file with comments | « snapshot/mac/process_snapshot_mac.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698