Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_protocol.cc |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_protocol.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_protocol.cc |
index bfef9e731dba9be6a89018b7fafdfa3147969457..7eeca8f1ed1396b6c38dcbd12048ae989fed90d7 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_protocol.cc |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_protocol.cc |
@@ -149,8 +149,7 @@ void OnResolveProxyHandler(const GURL& url, |
const DataReductionProxyParams* params, |
net::ProxyInfo* result) { |
if (data_reduction_proxy_config.is_valid() && |
- result->proxy_server().is_direct() && |
- !data_reduction_proxy_config.Equals(proxy_service_proxy_config)) { |
+ result->proxy_server().is_direct()) { |
net::ProxyInfo data_reduction_proxy_info; |
data_reduction_proxy_config.proxy_rules().Apply( |
url, &data_reduction_proxy_info); |