summaryrefslogtreecommitdiffstats
path: root/chrome/test/plugin/plugin_test.cpp
diff options
context:
space:
mode:
authoragayev@chromium.org <agayev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-28 17:51:19 +0000
committeragayev@chromium.org <agayev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-28 17:51:19 +0000
commit2258c1c968ab008aa0bc75f2cbe56b2249194aff (patch)
tree72f799611e613f40c5e26bf8adb7622356edcbf9 /chrome/test/plugin/plugin_test.cpp
parentd7b99393eb462ee93633028cfda04d33e8c37904 (diff)
downloadchromium_src-2258c1c968ab008aa0bc75f2cbe56b2249194aff.zip
chromium_src-2258c1c968ab008aa0bc75f2cbe56b2249194aff.tar.gz
chromium_src-2258c1c968ab008aa0bc75f2cbe56b2249194aff.tar.bz2
Initial support for built-in DNS resolver/cache.
BUG=60149 TEST=None Review URL: http://codereview.chromium.org/4216001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64271 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/plugin/plugin_test.cpp')
-rw-r--r--chrome/test/plugin/plugin_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/plugin/plugin_test.cpp b/chrome/test/plugin/plugin_test.cpp
index c9b7027..c2f1ad4 100644
--- a/chrome/test/plugin/plugin_test.cpp
+++ b/chrome/test/plugin/plugin_test.cpp
@@ -263,7 +263,7 @@ class PluginInstallerDownloadTest
void Initialize() {
host_resolver_ =
net::CreateSystemHostResolver(net::HostResolver::kDefaultParallelism,
- NULL);
+ NULL, NULL);
net::ProxyConfigService* proxy_config_service =
net::ProxyService::CreateSystemProxyConfigService(NULL, NULL);
DCHECK(proxy_config_service);