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

Unified Diff: net/http/http_cache.h

Issue 8692012: net: replace DnsRRResoler with TransportSecurityState in plumbing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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
Index: net/http/http_cache.h
diff --git a/net/http/http_cache.h b/net/http/http_cache.h
index 526da587b173002035341e0e0ab505991b9f68b4..0e12443ec30da4b8daf48d93aea3ebf8bebd2baa 100644
--- a/net/http/http_cache.h
+++ b/net/http/http_cache.h
@@ -44,11 +44,9 @@ namespace net {
class CertVerifier;
class DnsCertProvenanceChecker;
-class DnsRRResolver;
class HostResolver;
class HttpAuthHandlerFactory;
class HttpNetworkSession;
-struct HttpRequestInfo;
class HttpResponseInfo;
class HttpServerProperties;
class IOBuffer;
@@ -57,7 +55,9 @@ class NetworkDelegate;
class OriginBoundCertService;
class ProxyService;
class SSLConfigService;
+class TransportSecurityState;
class ViewCacheHelper;
+struct HttpRequestInfo;
class NET_EXPORT HttpCache : public HttpTransactionFactory,
public base::SupportsWeakPtr<HttpCache>,
@@ -123,7 +123,7 @@ class NET_EXPORT HttpCache : public HttpTransactionFactory,
HttpCache(HostResolver* host_resolver,
CertVerifier* cert_verifier,
OriginBoundCertService* origin_bound_cert_service,
- DnsRRResolver* dnsrr_resolver,
+ TransportSecurityState* transport_security_state,
DnsCertProvenanceChecker* dns_cert_checker,
ProxyService* proxy_service,
SSLConfigService* ssl_config_service,

Powered by Google App Engine
This is Rietveld 408576698