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..cedec443521442f1df6c778af162211a37239959 100644 |
--- a/content/browser/renderer_host/pepper/pepper_network_proxy_host.cc |
+++ b/content/browser/renderer_host/pepper/pepper_network_proxy_host.cc |
@@ -145,6 +145,7 @@ void PepperNetworkProxyHost::TryToSendUnsentRequests() { |
request.reply_context, |
base::Owned(proxy_info)); |
int result = proxy_service_->ResolveProxy(request.url, |
+ 0, |
proxy_info, |
callback, |
&pending_request, |