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

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

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.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 2cf6f7aa7381ba422295cad15bf5b4c0ff095b74..82220f758b225c954e9a6dd2788f141d8e2b6235 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
@@ -61,6 +61,12 @@ class DataReductionProxyDelegate : public net::ProxyDelegate {
const net::HostPortPair& origin,
const net::HostPortPair& proxy_server,
const net::HttpResponseHeaders& response_headers) override;
+ void GetAlternativeProxy(
+ const GURL& url,
+ const net::ProxyServer& resolved_proxy_server,
+ net::ProxyServer* alternative_proxy_server) const override;
+ void OnAlternativeProxyBroken(
bengr 2016/08/26 17:34:10 The term "Bad" is used in the network stack. Perha
tbansal1 2016/08/26 17:44:48 I think the network stack uses "Bad" for proxy and
+ const net::ProxyServer& alternative_proxy_server) override;
private:
const DataReductionProxyConfig* config_;

Powered by Google App Engine
This is Rietveld 408576698