summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_resolver.h
diff options
context:
space:
mode:
authoreroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-08 21:10:27 +0000
committereroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-08 21:10:27 +0000
commit0007f1434eafa4e955ff916d50a7a39fd850d435 (patch)
tree278dca04911fbefee519ac7ab449d208f4938a3d /net/proxy/proxy_resolver.h
parent41c9921ad0ffa548263262477777e865cd85b144 (diff)
downloadchromium_src-0007f1434eafa4e955ff916d50a7a39fd850d435.zip
chromium_src-0007f1434eafa4e955ff916d50a7a39fd850d435.tar.gz
chromium_src-0007f1434eafa4e955ff916d50a7a39fd850d435.tar.bz2
Revert 51877, since SpdyNetworkTransactionTest.CorruptFrameSessionError started failing after this check-in (but only on vista modules builder).
BUG=48588 Original CL description: Add the capability to run multiple proxy PAC scripts in parallel. Refactors SingleThreadedProxyResolver into MultiThreadedProxyResolver. New threads are created lazily on demand, up to a fixed maximum. Note that this CL does NOT change the policy in Chrome -- it will continue to use a single thread for proxy resolving, but using the new code to do so. BUG=11079 Review URL: http://codereview.chromium.org/2822043 TBR=eroman@chromium.org Review URL: http://codereview.chromium.org/2945004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51893 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/proxy/proxy_resolver.h')
-rw-r--r--net/proxy/proxy_resolver.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/proxy/proxy_resolver.h b/net/proxy/proxy_resolver.h
index 37b1a3a..b200206 100644
--- a/net/proxy/proxy_resolver.h
+++ b/net/proxy/proxy_resolver.h
@@ -74,10 +74,6 @@ class ProxyResolver {
// no-op implementation.
virtual void PurgeMemory() {}
- // Optional shutdown code to be run before destruction. This is only used
- // by the multithreaded runner to signal cleanup from origin thread
- virtual void Shutdown() {}
-
private:
// Called to set the PAC script backend to use. If |pac_url| is invalid,
// this is a request to use WPAD (auto detect). |pac_script| may be empty if