| Index: snapshot/minidump/process_snapshot_minidump.h
|
| diff --git a/snapshot/minidump/process_snapshot_minidump.h b/snapshot/minidump/process_snapshot_minidump.h
|
| index 44ce5d56abcee1ee3b1ee9c8083a849ac909f1b7..6de64c962901b8f1d70db57d3db5b822d3502f85 100644
|
| --- a/snapshot/minidump/process_snapshot_minidump.h
|
| +++ b/snapshot/minidump/process_snapshot_minidump.h
|
| @@ -27,6 +27,7 @@
|
| #include "minidump/minidump_extensions.h"
|
| #include "snapshot/exception_snapshot.h"
|
| #include "snapshot/minidump/module_snapshot_minidump.h"
|
| +#include "snapshot/memory_snapshot.h"
|
| #include "snapshot/module_snapshot.h"
|
| #include "snapshot/process_snapshot.h"
|
| #include "snapshot/system_snapshot.h"
|
| @@ -68,6 +69,7 @@ class ProcessSnapshotMinidump final : public ProcessSnapshot {
|
| std::vector<const ThreadSnapshot*> Threads() const override;
|
| std::vector<const ModuleSnapshot*> Modules() const override;
|
| const ExceptionSnapshot* Exception() const override;
|
| + std::vector<const MemorySnapshot*> ExtraMemory() const override;
|
|
|
| private:
|
| // Initializes data carried in a MinidumpCrashpadInfo stream on behalf of
|
|
|