diff options
Diffstat (limited to 'net/proxy/proxy_service.h')
-rw-r--r-- | net/proxy/proxy_service.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net/proxy/proxy_service.h b/net/proxy/proxy_service.h index 5798214..7ad83d5 100644 --- a/net/proxy/proxy_service.h +++ b/net/proxy/proxy_service.h @@ -227,12 +227,7 @@ class ProxyService : public base::RefCountedThreadSafe<ProxyService>, // Completing synchronously means we don't need to query ProxyResolver. int TryToCompleteSynchronously(const GURL& url, ProxyInfo* result); - // Set |result| with the proxy to use for |url|, based on |rules|. - void ApplyProxyRules(const GURL& url, - const ProxyConfig::ProxyRules& rules, - ProxyInfo* result); - - // Cancel all of the requests sent to the ProxyResolver. These will be + // Cancels all of the requests sent to the ProxyResolver. These will be // restarted when calling ResumeAllPendingRequests(). void SuspendAllPendingRequests(); |