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

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 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/http/disk_cache_based_ssl_host_info_unittest.cc ('k') | net/http/http_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_cache.h
diff --git a/net/http/http_cache.h b/net/http/http_cache.h
index 176d9ffe7cb8594d214ae93245782c8eb01f0c64..baefa29970333b2a02d69ee7694ef424d47134ff 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,
« no previous file with comments | « net/http/disk_cache_based_ssl_host_info_unittest.cc ('k') | net/http/http_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698