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

Unified Diff: net/proxy/proxy_resolver_mac.cc

Issue 11885009: Improve performance of proxy resolver by tracing DNS dependencies. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase off trunk Created 7 years, 11 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_resolver_mac.cc
diff --git a/net/proxy/proxy_resolver_mac.cc b/net/proxy/proxy_resolver_mac.cc
index a5a05aff118b36462f58b80673b640be8d99e114..d452ef889a5bccc04bd9c768a3195c6e4d9b7f62 100644
--- a/net/proxy/proxy_resolver_mac.cc
+++ b/net/proxy/proxy_resolver_mac.cc
@@ -196,11 +196,6 @@ LoadState ProxyResolverMac::GetLoadState(RequestHandle request) const {
return LOAD_STATE_IDLE;
}
-LoadState ProxyResolverMac::GetLoadStateThreadSafe(
- RequestHandle request) const {
- return LOAD_STATE_IDLE;
-}
-
void ProxyResolverMac::CancelSetPacScript() {
NOTREACHED();
}

Powered by Google App Engine
This is Rietveld 408576698