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

Unified Diff: third_party/crashpad/crashpad/minidump/minidump_module_crashpad_info_writer.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/minidump/minidump_module_crashpad_info_writer.h
diff --git a/third_party/crashpad/crashpad/minidump/minidump_module_crashpad_info_writer.h b/third_party/crashpad/crashpad/minidump/minidump_module_crashpad_info_writer.h
index ab77447b2fbd91eeea4e4b5d8289a4af9d961abf..d79ac2f4c19c35f89d50e8d74005e42641bdd6b1 100644
--- a/third_party/crashpad/crashpad/minidump/minidump_module_crashpad_info_writer.h
+++ b/third_party/crashpad/crashpad/minidump/minidump_module_crashpad_info_writer.h
@@ -125,11 +125,12 @@ class MinidumpModuleCrashpadInfoListWriter final
//! \brief Adds a MinidumpModuleCrashpadInfo to the
//! MinidumpModuleCrashpadInfoList.
//!
- //! \param[in] module Extended Crashpad-specific information about the module.
- //! This object takes ownership of \a module and becomes its parent in the
- //! overall tree of internal::MinidumpWritable objects.
- //! \param[in] module_list_index The index of the MINIDUMP_MODULE in the
- //! minidump file’s MINIDUMP_MODULE_LIST stream that corresponds to \a
+ //! \param[in] module_crashpad_info Extended Crashpad-specific information
+ //! about the module. This object takes ownership of \a
+ //! module_crashpad_info and becomes its parent in the overall tree of
+ //! internal::MinidumpWritable objects.
+ //! \param[in] minidump_module_list_index The index of the MINIDUMP_MODULE in
+ //! the minidump file’s MINIDUMP_MODULE_LIST stream that corresponds to \a
//! module_crashpad_info.
//!
//! \note Valid in #kStateMutable.

Powered by Google App Engine
This is Rietveld 408576698