Chromium Code Reviews| 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 4ed8ce9a6c482bbfdbb68ba726f79ea09d882a68..af42d048a159bd2689cc0878975dbdd9426b435e 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 |
| @@ -241,7 +241,7 @@ void DataReductionProxyNetworkDelegate::OnBeforeStartTransactionInternal( |
| if (!data_reduction_proxy_io_data_->IsEnabled()) |
| return; |
| data_reduction_proxy_io_data_->lofi_decider()->MaybeSetAcceptTransformHeader( |
| - *request, headers); |
| + *request, data_reduction_proxy_config_->lofi_off(), headers); |
|
RyanSturm
2016/10/19 23:43:12
Thanks; this makes a lot more sense now.
bengr
2016/10/20 16:10:43
Acknowledged.
|
| } |
| void DataReductionProxyNetworkDelegate::OnBeforeSendHeadersInternal( |