Index: third_party/crashpad/crashpad/handler/win/crash_report_exception_handler.cc |
diff --git a/third_party/crashpad/crashpad/handler/win/crash_report_exception_handler.cc b/third_party/crashpad/crashpad/handler/win/crash_report_exception_handler.cc |
index 7828aac6955ff69727bdfacad866f33e3f289cd8..0ab206c122575ce1bb083f959eaebdee966e01b8 100644 |
--- a/third_party/crashpad/crashpad/handler/win/crash_report_exception_handler.cc |
+++ b/third_party/crashpad/crashpad/handler/win/crash_report_exception_handler.cc |
@@ -130,7 +130,7 @@ unsigned int CrashReportExceptionHandler::ExceptionHandlerServerException( |
return termination_code; |
} |
- upload_thread_->ReportPending(); |
+ upload_thread_->ReportPending(uuid); |
} |
Metrics::ExceptionCaptureResult(Metrics::CaptureResult::kSuccess); |