net::FtpProtocolHandler has changed its constructor

This commit is contained in:
Cheng Zhao 2017-01-24 14:33:21 +09:00 committed by Kevin Sawicki
parent 5162905fe4
commit 5cf2873b77
2 changed files with 2 additions and 3 deletions

View file

@ -255,7 +255,7 @@ class ResolveProxyHelper {
// Start the request.
int result = proxy_service->ResolveProxy(
url, "GET", &proxy_info_, completion_callback, &pac_req_, nullptr,
net::BoundNetLog());
net::NetLogWithSource());
// Completed synchronously.
if (result != net::ERR_IO_PENDING)