| Index: snapshot/mac/process_snapshot_mac.cc
|
| diff --git a/snapshot/mac/process_snapshot_mac.cc b/snapshot/mac/process_snapshot_mac.cc
|
| index 8bbacded8432c7aeb39803fd517cf89b329a5380..7560317a4cab6fd13908c633594a750811bd85ff 100644
|
| --- a/snapshot/mac/process_snapshot_mac.cc
|
| +++ b/snapshot/mac/process_snapshot_mac.cc
|
| @@ -186,6 +186,11 @@ const ExceptionSnapshot* ProcessSnapshotMac::Exception() const {
|
| return exception_.get();
|
| }
|
|
|
| +std::vector<const MemorySnapshot*> ProcessSnapshotMac::ExtraMemory() const {
|
| + INITIALIZATION_STATE_DCHECK_VALID(initialized_);
|
| + return std::vector<const MemorySnapshot*>();
|
| +}
|
| +
|
| void ProcessSnapshotMac::InitializeThreads() {
|
| const std::vector<ProcessReader::Thread>& process_reader_threads =
|
| process_reader_.Threads();
|
|
|