Index: snapshot/mac/module_snapshot_mac.h |
diff --git a/snapshot/mac/module_snapshot_mac.h b/snapshot/mac/module_snapshot_mac.h |
index e86ed432ee5a9c84aa53e82d5d8b0e06d3cf3af5..b05fa0e7117a8277b61110b1878119c288c50e31 100644 |
--- a/snapshot/mac/module_snapshot_mac.h |
+++ b/snapshot/mac/module_snapshot_mac.h |
@@ -23,6 +23,8 @@ |
#include <vector> |
#include "base/basictypes.h" |
+#include "client/crashpad_info.h" |
+#include "snapshot/mac/crashpad_info_client_options.h" |
#include "snapshot/mac/process_reader.h" |
#include "snapshot/module_snapshot.h" |
#include "util/misc/initialization_state_dcheck.h" |
@@ -53,6 +55,11 @@ class ModuleSnapshotMac final : public ModuleSnapshot { |
bool Initialize(ProcessReader* process_reader, |
const ProcessReader::Module& process_reader_module); |
+ //! \brief Returns options from the module’s CrashpadInfo structure. |
+ //! |
+ //! \param[out] options Options set in the module’s CrashpadInfo structure. |
+ void GetCrashpadOptions(CrashpadInfoClientOptions* options); |
+ |
// ModuleSnapshot: |
std::string Name() const override; |