Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc |
index 2abefaf10838971781c0ac5e67e634ae5c406d2d..c435c958e09ec04df3da96cd1361db1abcfc8a48 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc |
@@ -148,7 +148,7 @@ void DataReductionProxyNetworkDelegate::OnResolveProxyInternal( |
if (!on_resolve_proxy_handler_.is_null() && |
!proxy_config_getter_.is_null()) { |
on_resolve_proxy_handler_.Run( |
- url, load_flags, proxy_config_getter_.Run(), proxy_service.config(), |
+ url, load_flags, proxy_config_getter_.Run(), |
proxy_service.proxy_retry_info(), data_reduction_proxy_params_, result); |
} |
} |