From 62426e79edb8654e1f748d2b7c1dc8d20ccce151 Mon Sep 17 00:00:00 2001 From: "agl@chromium.org" Date: Mon, 22 Nov 2010 18:11:47 +0000 Subject: 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 --- chrome/service/net/service_url_request_context.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/service') diff --git a/chrome/service/net/service_url_request_context.cc b/chrome/service/net/service_url_request_context.cc index c7268f5..ce32f67 100644 --- a/chrome/service/net/service_url_request_context.cc +++ b/chrome/service/net/service_url_request_context.cc @@ -125,6 +125,7 @@ ServiceURLRequestContext::ServiceURLRequestContext( http_transaction_factory_ = new net::HttpCache( net::HttpNetworkLayer::CreateFactory(host_resolver_, dnsrr_resolver_, + NULL /* dns_cert_checker */, NULL /* ssl_host_info_factory */, proxy_service_, ssl_config_service_, -- cgit v1.1