| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc
|
| index b137580aeff3aabaeebaa29b2a64e7271dd4210b..3c19a4dab744759696787e3006232177620c230d 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc
|
| @@ -61,6 +61,11 @@ void DataReductionProxyDelegate::OnBeforeTunnelRequest(
|
| proxy_server, extra_headers);
|
| }
|
|
|
| +bool DataReductionProxyDelegate::IsTrustedSpdyProxy(
|
| + const net::ProxyServer& proxy_server) const {
|
| + return config_ && config_->IsTrustedSpdyProxy(proxy_server);
|
| +}
|
| +
|
| void DataReductionProxyDelegate::OnTunnelHeadersReceived(
|
| const net::HostPortPair& origin,
|
| const net::HostPortPair& proxy_server,
|
|
|