GoogleCrashdumpUploader: adds Upload(string*) API to get the HTTP response.

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1379 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
gunsch@chromium.org 2014-09-18 16:48:49 +00:00
parent 18b1418b25
commit 63a2ea9245
6 changed files with 46 additions and 19 deletions

View file

@ -100,5 +100,5 @@ int main(int argc, char *argv[]) {
FLAGS_crash_server,
FLAGS_proxy_host,
FLAGS_proxy_userpasswd);
g.Upload();
g.Upload(NULL, NULL, NULL);
}