Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Unified Diff: net/url_request/url_request_context_storage.cc

Issue 8692012: net: replace DnsRRResoler with TransportSecurityState in plumbing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/url_request/url_request_context_storage.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_context_storage.cc
diff --git a/net/url_request/url_request_context_storage.cc b/net/url_request/url_request_context_storage.cc
index e73bd8e11795c46e6ebc4c3baaf26b6a8170ba80..4f0a2b0c9f775e37983a20354366732f5987f562 100644
--- a/net/url_request/url_request_context_storage.cc
+++ b/net/url_request/url_request_context_storage.cc
@@ -7,7 +7,6 @@
#include "base/logging.h"
#include "net/base/cert_verifier.h"
#include "net/base/cookie_store.h"
-#include "net/base/dnsrr_resolver.h"
#include "net/base/host_resolver.h"
#include "net/base/net_log.h"
#include "net/base/network_delegate.h"
@@ -52,12 +51,6 @@ void URLRequestContextStorage::set_origin_bound_cert_service(
origin_bound_cert_service_.reset(origin_bound_cert_service);
}
-void URLRequestContextStorage::set_dnsrr_resolver(
- DnsRRResolver* dnsrr_resolver) {
- context_->set_dnsrr_resolver(dnsrr_resolver);
- dnsrr_resolver_.reset(dnsrr_resolver);
-}
-
void URLRequestContextStorage::set_dns_cert_checker(
DnsCertProvenanceChecker* dns_cert_checker) {
context_->set_dns_cert_checker(dns_cert_checker);
« no previous file with comments | « net/url_request/url_request_context_storage.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698