diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-15 15:59:43 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-15 15:59:43 +0000 |
commit | 58acc378724ee0fc1176992ebbb3c849f805e3d7 (patch) | |
tree | a1b90f0ec9ec9f245a04ab25ef3066043901cf15 /chrome/browser/io_thread.h | |
parent | 26367cedec10c4cf17c897d0f71e763d33278090 (diff) | |
download | chromium_src-58acc378724ee0fc1176992ebbb3c849f805e3d7.zip chromium_src-58acc378724ee0fc1176992ebbb3c849f805e3d7.tar.gz chromium_src-58acc378724ee0fc1176992ebbb3c849f805e3d7.tar.bz2 |
net: remove DNS certificate checking code.
BUG=none
TEST=compiles
Review URL: http://codereview.chromium.org/8944001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114642 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; |