summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-08 14:32:37 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-08 14:32:37 +0000
commit2db58053f8e04deaf129724bdf8ec0b326fb65ac (patch)
treea4bddfa6d1b53f6b314fe7917954875b1a348200 /webkit
parent15d2d47109de2bdfdece9cdb1956b3e8ab73c475 (diff)
downloadchromium_src-2db58053f8e04deaf129724bdf8ec0b326fb65ac.zip
chromium_src-2db58053f8e04deaf129724bdf8ec0b326fb65ac.tar.gz
chromium_src-2db58053f8e04deaf129724bdf8ec0b326fb65ac.tar.bz2
Revert revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."
Landed in r61789, reverted in r61801 in case it was causing Vista Tests (dbg)(1) to crash. Turns out that it wasn't, so this is the reland. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61954 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/tools/test_shell/test_shell_request_context.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/webkit/tools/test_shell/test_shell_request_context.cc b/webkit/tools/test_shell/test_shell_request_context.cc
index 0cb19ed..0eace44 100644
--- a/webkit/tools/test_shell/test_shell_request_context.cc
+++ b/webkit/tools/test_shell/test_shell_request_context.cc
@@ -74,8 +74,9 @@ void TestShellRequestContext::Init(
cache_path, 0, SimpleResourceLoaderBridge::GetCacheThread());
net::HttpCache* cache =
- new net::HttpCache(host_resolver_, proxy_service_, ssl_config_service_,
- http_auth_handler_factory_, NULL, NULL, backend);
+ new net::HttpCache(host_resolver_, NULL, proxy_service_,
+ ssl_config_service_, http_auth_handler_factory_, NULL,
+ NULL, backend);
cache->set_mode(cache_mode);
http_transaction_factory_ = cache;