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

Unified Diff: net/proxy/proxy_resolver_mac.h

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.h
diff --git a/net/proxy/proxy_resolver_mac.h b/net/proxy/proxy_resolver_mac.h
index 2aafce28bcf00440c264a4bc9444145372e2c873..d791a7dc3b4ef13503a017244ab3cae91bdec7ac 100644
--- a/net/proxy/proxy_resolver_mac.h
+++ b/net/proxy/proxy_resolver_mac.h
@@ -31,9 +31,6 @@ class NET_EXPORT ProxyResolverMac : public ProxyResolver {
virtual LoadState GetLoadState(RequestHandle request) const OVERRIDE;
- virtual LoadState GetLoadStateThreadSafe(
- RequestHandle request) const OVERRIDE;
-
virtual void CancelSetPacScript() OVERRIDE;
virtual int SetPacScript(

Powered by Google App Engine
This is Rietveld 408576698