From 94a0d3d91b7200e66a4d23bb49b38cae7e74f7db Mon Sep 17 00:00:00 2001 From: "ericroman@google.com" Date: Sat, 27 Jun 2009 01:50:14 +0000 Subject: Make net::HostResolver refcounted. This way it can be properly shared between the url request contexts, and the dns prefetcher, and dns observer. BUG=http://crbug.com/14664 TEST=existing unit tests. Review URL: http://codereview.chromium.org/149053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19451 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/tools/test_shell/test_shell_request_context.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'webkit/tools/test_shell') diff --git a/webkit/tools/test_shell/test_shell_request_context.cc b/webkit/tools/test_shell/test_shell_request_context.cc index 480ba9c..cd0f31a 100644 --- a/webkit/tools/test_shell/test_shell_request_context.cc +++ b/webkit/tools/test_shell/test_shell_request_context.cc @@ -73,7 +73,6 @@ TestShellRequestContext::~TestShellRequestContext() { delete ftp_transaction_factory_; delete http_transaction_factory_; delete proxy_service_; - delete host_resolver_; } const std::string& TestShellRequestContext::GetUserAgent( -- cgit v1.1