Index: third_party/crashpad/crashpad/handler/mac/crash_report_exception_handler.h |
diff --git a/third_party/crashpad/crashpad/handler/mac/crash_report_exception_handler.h b/third_party/crashpad/crashpad/handler/mac/crash_report_exception_handler.h |
index b878cfe4798bb9bc6969382d4968374452da6b77..cc314f1fc9b927dda5791eb5ba102aaad17c072a 100644 |
--- a/third_party/crashpad/crashpad/handler/mac/crash_report_exception_handler.h |
+++ b/third_party/crashpad/crashpad/handler/mac/crash_report_exception_handler.h |
@@ -47,6 +47,10 @@ class CrashReportExceptionHandler : public UniversalMachExcServer::Interface { |
//! To interoperate with Breakpad servers, the recommended practice is to |
//! specify values for the `"prod"` and `"ver"` keys as process |
//! annotations. |
+ //! \param[in] user_stream_data_sources Data sources to be used to extend |
+ //! crash reports. For each crash report that is written, the data sources |
+ //! are called in turn. These data sources may contribute additional |
+ //! minidump streams. `nullptr` if not required. |
CrashReportExceptionHandler( |
CrashReportDatabase* database, |
CrashReportUploadThread* upload_thread, |