diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-15 18:27:40 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-15 18:27:40 +0000 |
commit | 3ed7496fcf01af71b591fa3ced274cfbdad78c9f (patch) | |
tree | fc910174f4d25620ac2e4da476568773496084ca /chrome/browser/io_thread.h | |
parent | 2910a1b662c04634c9e8fd4d4d58b06c88ff729b (diff) | |
download | chromium_src-3ed7496fcf01af71b591fa3ced274cfbdad78c9f.zip chromium_src-3ed7496fcf01af71b591fa3ced274cfbdad78c9f.tar.gz chromium_src-3ed7496fcf01af71b591fa3ced274cfbdad78c9f.tar.bz2 |
Revert: Revert "net: remove DNS certificate checking code."
Now with ChromeOS fix.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114664 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/io_thread.h')
-rw-r--r-- | chrome/browser/io_thread.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h index 6a1f9f5..277c3ad 100644 --- a/chrome/browser/io_thread.h +++ b/chrome/browser/io_thread.h @@ -29,7 +29,6 @@ class SystemURLRequestContextGetter; namespace net { class CertVerifier; class CookieStore; -class DnsRRResolver; class FtpTransactionFactory; class HostResolver; class HttpAuthHandlerFactory; @@ -74,7 +73,6 @@ class IOThread : public content::BrowserThreadDelegate { // used to enforce pinning for system requests and will only use built-in // pins. scoped_ptr<net::TransportSecurityState> transport_security_state; - scoped_ptr<net::DnsRRResolver> dnsrr_resolver; scoped_refptr<net::SSLConfigService> ssl_config_service; scoped_ptr<net::HttpAuthHandlerFactory> http_auth_handler_factory; scoped_ptr<net::HttpServerProperties> http_server_properties; |