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

Unified Diff: snapshot/mac/module_snapshot_mac.h

Issue 997713002: Allow exception forwarding to the system’s native crash reporter to be disabled (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Remove unused function declaration Created 5 years, 9 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/mach_o_image_reader_test.cc ('k') | snapshot/mac/module_snapshot_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « snapshot/mac/mach_o_image_reader_test.cc ('k') | snapshot/mac/module_snapshot_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698