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 d7724279f5a7efe964ca0f0a7e443f54bf581bd9..16b3ac28ffa20d36d0eb4dd57476581f3ce17bdf 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 |
@@ -95,6 +95,14 @@ void DataReductionProxyDelegate::OnTunnelHeadersReceived( |
const net::HttpResponseHeaders& response_headers) { |
} |
+void DataReductionProxyDelegate::GetAlternativeProxy( |
+ const GURL& url, |
+ const net::ProxyServer& resolved_proxy_server, |
+ net::ProxyServer* alternative_proxy_server) const {} |
+ |
+void DataReductionProxyDelegate::OnAlternativeProxyBroken( |
+ const net::ProxyServer& alternative_proxy_server) {} |
+ |
void OnResolveProxyHandler(const GURL& url, |
const std::string& method, |
const net::ProxyConfig& data_reduction_proxy_config, |