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

Unified Diff: net/base/test_proxy_delegate.cc

Issue 2442633002: Add a QUIC proxy server to the list of QUIC servers supported at start up (Closed)
Patch Set: Rebased, Addressed ryansturm comments 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/test_proxy_delegate.cc
diff --git a/net/base/test_proxy_delegate.cc b/net/base/test_proxy_delegate.cc
index 46e460d34f546b07d67f01e6c5589e692a2045d2..1d5a3c3ee48040e4c46e3595754f33b9d29005e7 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::GetQuicSupportedProxyServerAtStartUp() const {
+ return alternative_proxy_server_;
+}
+
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698