Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h |
index ffdc3f41a4b7fbe60d155ec485ebf2ca7f01195a..c687477d2fc4edea9989182ee34e93e64f4b3052 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h |
@@ -52,6 +52,8 @@ class DataReductionProxyDelegate : public net::ProxyDelegate { |
const net::HostPortPair& proxy_server, |
int net_error) override; |
+ bool IsTrustedSpdyProxy(const net::ProxyServer& proxy_server) const override; |
+ |
void OnTunnelHeadersReceived( |
const net::HostPortPair& origin, |
const net::HostPortPair& proxy_server, |