| Index: content/browser/renderer_host/pepper/pepper_network_proxy_host.cc
|
| diff --git a/content/browser/renderer_host/pepper/pepper_network_proxy_host.cc b/content/browser/renderer_host/pepper/pepper_network_proxy_host.cc
|
| index 4b3d817b66ed2485e428e3a207c3f05914a04e45..f904835e4002abf7fa30834c72a4839a536b77fb 100644
|
| --- a/content/browser/renderer_host/pepper/pepper_network_proxy_host.cc
|
| +++ b/content/browser/renderer_host/pepper/pepper_network_proxy_host.cc
|
| @@ -145,9 +145,11 @@ void PepperNetworkProxyHost::TryToSendUnsentRequests() {
|
| request.reply_context,
|
| base::Owned(proxy_info));
|
| int result = proxy_service_->ResolveProxy(request.url,
|
| + 0,
|
| proxy_info,
|
| callback,
|
| &pending_request,
|
| + NULL,
|
| net::BoundNetLog());
|
| pending_requests_.push(pending_request);
|
| // If it was handled synchronously, we must run the callback now;
|
|
|