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

Unified Diff: snapshot/mac/thread_snapshot_mac.cc

Issue 1382963002: mac: build fix after http://crrev.com/1364803004 (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
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 | « snapshot/mac/thread_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/thread_snapshot_mac.cc
diff --git a/snapshot/mac/thread_snapshot_mac.cc b/snapshot/mac/thread_snapshot_mac.cc
index 0b7607cace2378fbc1a5b320d1b1ef8969085f5f..b042f758a5949c9f5abd564cf34e82b40df83f69 100644
--- a/snapshot/mac/thread_snapshot_mac.cc
+++ b/snapshot/mac/thread_snapshot_mac.cc
@@ -111,5 +111,9 @@ uint64_t ThreadSnapshotMac::ThreadSpecificDataAddress() const {
return thread_specific_data_address_;
}
+std::vector<const MemorySnapshot*> ThreadSnapshotMac::ExtraMemory() const {
+ return std::vector<const MemorySnapshot*>();
+}
+
} // namespace internal
} // namespace crashpad
« no previous file with comments | « snapshot/mac/thread_snapshot_mac.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698