Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc

Issue 2260623002: Race TCP connection to proxies with QUIC connections (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698