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

Unified Diff: third_party/crashpad/crashpad/snapshot/mac/exception_snapshot_mac.h

Issue 2555353002: Update Crashpad to 32981a3ee9d7c2769fb27afa038fe2e194cfa329 (Closed)
Patch Set: fix readme Created 4 years 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
Index: third_party/crashpad/crashpad/snapshot/mac/exception_snapshot_mac.h
diff --git a/third_party/crashpad/crashpad/snapshot/mac/exception_snapshot_mac.h b/third_party/crashpad/crashpad/snapshot/mac/exception_snapshot_mac.h
index 1772072818df6703dc2c8e8dfd07fecb13938ee3..9a6ddcaa046fb951956673cd3bbd4c64c54a0a1d 100644
--- a/third_party/crashpad/crashpad/snapshot/mac/exception_snapshot_mac.h
+++ b/third_party/crashpad/crashpad/snapshot/mac/exception_snapshot_mac.h
@@ -34,7 +34,7 @@ class ProcessReader;
namespace internal {
//! \brief An ExceptionSnapshot of an exception sustained by a running (or
-//! crashed) process on a Mac OS X system.
+//! crashed) process on a macOS system.
class ExceptionSnapshotMac final : public ExceptionSnapshot {
public:
ExceptionSnapshotMac();
@@ -47,6 +47,14 @@ class ExceptionSnapshotMac final : public ExceptionSnapshot {
//!
//! \param[in] process_reader A ProcessReader for the task that sustained the
//! exception.
+ //! \param[in] behavior
+ //! \param[in] exception_thread
+ //! \param[in] exception
+ //! \param[in] code
+ //! \param[in] code_count
+ //! \param[in,out] flavor
+ //! \param[in] state
+ //! \param[in] state_count
//!
//! \return `true` if the snapshot could be created, `false` otherwise with
//! an appropriate message logged.

Powered by Google App Engine
This is Rietveld 408576698