| Index: third_party/crashpad/crashpad/handler/win/crash_report_exception_handler.h
|
| diff --git a/third_party/crashpad/crashpad/handler/win/crash_report_exception_handler.h b/third_party/crashpad/crashpad/handler/win/crash_report_exception_handler.h
|
| index 521ccd36d020f796536b1d82ef0420566b1284f4..54dfa97190d71ced55b2bd9bb476a4d3b60534c4 100644
|
| --- a/third_party/crashpad/crashpad/handler/win/crash_report_exception_handler.h
|
| +++ b/third_party/crashpad/crashpad/handler/win/crash_report_exception_handler.h
|
| @@ -48,6 +48,10 @@ class CrashReportExceptionHandler : public ExceptionHandlerServer::Delegate {
|
| //! 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,
|
|
|