diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-22 18:11:47 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-22 18:11:47 +0000 |
commit | 62426e79edb8654e1f748d2b7c1dc8d20ccce151 (patch) | |
tree | ea443957e5abc6abaddf4f110e548699f2104ce2 /chrome/test | |
parent | 9563e809698634800ed283bf9222538f1a9886cf (diff) | |
download | chromium_src-62426e79edb8654e1f748d2b7c1dc8d20ccce151.zip chromium_src-62426e79edb8654e1f748d2b7c1dc8d20ccce151.tar.gz chromium_src-62426e79edb8654e1f748d2b7c1dc8d20ccce151.tar.bz2 |
net: Plumb DnsCertProvenanceChecker around.
(Reland of r66623, reverted in r66687 due to Chrome Frame linking issues.)
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66970 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/plugin/plugin_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/plugin/plugin_test.cpp b/chrome/test/plugin/plugin_test.cpp index 4fc85d1..7b2b4e0 100644 --- a/chrome/test/plugin/plugin_test.cpp +++ b/chrome/test/plugin/plugin_test.cpp @@ -281,6 +281,7 @@ class PluginInstallerDownloadTest http_transaction_factory_ = new net::HttpCache( net::HttpNetworkLayer::CreateFactory(host_resolver_, NULL /* dnsrr_resolver */, + NULL /* dns_cert_checker */, NULL /* ssl_host_info_factory */, proxy_service_, ssl_config_service_, |