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
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ ReportResult CrashReportSender::SendCrashReport(
|
|||
}
|
||||
|
||||
int http_response = 0;
|
||||
bool result = HTTPUpload::SendRequest(
|
||||
bool result = HTTPUpload::SendMultipartPostRequest(
|
||||
url, parameters, files, NULL, report_code,
|
||||
&http_response);
|
||||
|
||||
|
|
Loading…
Reference in a new issue