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

Unified Diff: net/socket/ssl_host_info.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/socket/ssl_client_socket_pool.cc ('k') | net/socket/ssl_host_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/ssl_host_info.h
diff --git a/net/socket/ssl_host_info.h b/net/socket/ssl_host_info.h
index 54eeb2fc90c5f00358a10dc6404f448060958c63..406dae985de91918ff93afc34df4b9d13680e264 100644
--- a/net/socket/ssl_host_info.h
+++ b/net/socket/ssl_host_info.h
@@ -15,7 +15,6 @@
#include "net/base/cert_verifier.h"
#include "net/base/cert_verify_result.h"
#include "net/base/completion_callback.h"
-#include "net/base/dnsrr_resolver.h"
#include "net/base/net_export.h"
#include "net/socket/ssl_client_socket.h"
@@ -60,9 +59,6 @@ class NET_EXPORT_PRIVATE SSLHostInfo {
// callback.
virtual void Persist() = 0;
- // StartDnsLookup triggers a DNS lookup for the host.
- void StartDnsLookup(DnsRRResolver* dnsrr_resolver);
-
struct State {
State();
~State();
@@ -132,12 +128,6 @@ class NET_EXPORT_PRIVATE SSLHostInfo {
SingleRequestCertVerifier verifier_;
scoped_refptr<X509Certificate> cert_;
base::WeakPtrFactory<SSLHostInfo> weak_factory_;
-
- DnsRRResolver* dnsrr_resolver_;
- OldCompletionCallback* dns_callback_;
- DnsRRResolver::Handle dns_handle_;
- RRResponse dns_response_;
- base::TimeTicks dns_lookup_start_time_;
base::TimeTicks cert_verification_finished_time_;
};
« no previous file with comments | « net/socket/ssl_client_socket_pool.cc ('k') | net/socket/ssl_host_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698