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

Unified Diff: net/proxy/proxy_info.cc

Issue 10987043: Receiving Connection: Proxy-Bypass induces proxy fallback. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pull proxy list mutation in ProxyService. Created 8 years, 3 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/proxy/proxy_info.cc
diff --git a/net/proxy/proxy_info.cc b/net/proxy/proxy_info.cc
index 26018cf94dc5aa3207329f2a9de8c9beb2cecc6c..f259cbcd33708a6c61c714d804e64bb75f304a86 100644
--- a/net/proxy/proxy_info.cc
+++ b/net/proxy/proxy_info.cc
@@ -55,6 +55,11 @@ bool ProxyInfo::Fallback(const BoundNetLog& net_log) {
return proxy_list_.Fallback(&proxy_retry_info_, net_log);
}
+bool ProxyInfo::Fallback(ProxyRetryInfoMap& proxy_retry_info,
+ const BoundNetLog& net_log) {
+ return proxy_list_.Fallback(&proxy_retry_info, net_log);
+}
+
void ProxyInfo::DeprioritizeBadProxies(
const ProxyRetryInfoMap& proxy_retry_info) {
proxy_list_.DeprioritizeBadProxies(proxy_retry_info);
« net/proxy/proxy_info.h ('K') | « net/proxy/proxy_info.h ('k') | net/proxy/proxy_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698