From 51c07140c9533c09f348d9fc7dfe5aea6341e618 Mon Sep 17 00:00:00 2001 From: "agl@chromium.org" Date: Thu, 7 Oct 2010 15:18:58 +0000 Subject: net: plumb DnsRRResolver from IOThread to HttpNetworkSession. This patch gets us most of the way. The next patch finishes plumbing into the SSL client socket pool. BUG=none TEST=none http://codereview.chromium.org/3533013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61789 0039d316-1c4b-4281-b951-d872f2087c98 --- net/url_request/url_request_unittest.h | 1 + 1 file changed, 1 insertion(+) (limited to 'net/url_request/url_request_unittest.h') diff --git a/net/url_request/url_request_unittest.h b/net/url_request/url_request_unittest.h index 706aff9..99aeda5 100644 --- a/net/url_request/url_request_unittest.h +++ b/net/url_request/url_request_unittest.h @@ -161,6 +161,7 @@ class TestURLRequestContext : public URLRequestContext { host_resolver_); http_transaction_factory_ = new net::HttpCache( net::HttpNetworkLayer::CreateFactory(host_resolver_, + NULL, proxy_service_, ssl_config_service_, http_auth_handler_factory_, -- cgit v1.1