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

Unified Diff: net/base/test_proxy_delegate.cc

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
« no previous file with comments | « net/base/test_proxy_delegate.h ('k') | net/http/http_network_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/test_proxy_delegate.cc
diff --git a/net/base/test_proxy_delegate.cc b/net/base/test_proxy_delegate.cc
index 46e460d34f546b07d67f01e6c5589e692a2045d2..bfaa28e1dc0d8c6de63ff5186e11df49b37b4d2a 100644
--- a/net/base/test_proxy_delegate.cc
+++ b/net/base/test_proxy_delegate.cc
@@ -97,4 +97,8 @@ void TestProxyDelegate::OnAlternativeProxyBroken(
alternative_proxy_server_ = ProxyServer();
}
+ProxyServer TestProxyDelegate::GetDefaultAlternativeProxy() const {
+ return alternative_proxy_server_;
+}
+
} // namespace net
« no previous file with comments | « net/base/test_proxy_delegate.h ('k') | net/http/http_network_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698