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

Unified Diff: net/base/proxy_delegate.h

Issue 2453973003: Add a QUIC proxy server to the list of QUIC servers supported at start up (Closed)
Patch Set: Created 4 years, 2 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: net/base/proxy_delegate.h
diff --git a/net/base/proxy_delegate.h b/net/base/proxy_delegate.h
index fd50b20b6d015dc8d6056d6bc7813e8d0af50ad7..ad3a2bcafdd6230922f553f940d0e7f131a737ec 100644
--- a/net/base/proxy_delegate.h
+++ b/net/base/proxy_delegate.h
@@ -83,6 +83,10 @@ class NET_EXPORT ProxyDelegate {
virtual void OnAlternativeProxyBroken(
const ProxyServer& alternative_proxy_server) = 0;
+ // Returns the default alternative proxy server. May return an invalid proxy
+ // server if no valid proxy server is available.
+ virtual ProxyServer GetDefaultAlternativeProxy() const = 0;
+
private:
DISALLOW_COPY_AND_ASSIGN(ProxyDelegate);
};
« no previous file with comments | « components/data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc ('k') | net/base/test_proxy_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698