mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2025-02-02 06:41:08 +00:00
Fix breakpad client build.
- Was broken by a rename in http upload util code. Change-Id: I72c275fe45638c83e535901e79817893b00ee62e Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/1673138 Reviewed-by: Ivan Penkov <ivanpe@chromium.org>
This commit is contained in:
parent
6ca3f8bbe5
commit
c11646e643
|
@ -68,7 +68,7 @@ ReportResult CrashReportSender::SendCrashReport(
|
||||||
}
|
}
|
||||||
|
|
||||||
int http_response = 0;
|
int http_response = 0;
|
||||||
bool result = HTTPUpload::SendRequest(
|
bool result = HTTPUpload::SendMultipartPostRequest(
|
||||||
url, parameters, files, NULL, report_code,
|
url, parameters, files, NULL, report_code,
|
||||||
&http_response);
|
&http_response);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue