Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc

Issue 792803007: Make Data Reduction Proxy a best effort proxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated tests Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}
}

Powered by Google App Engine
This is Rietveld 408576698