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

Unified Diff: chrome/browser/io_thread.h

Issue 5386001: Cache certificate verification results in memory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Add unit tests. Ready for review. Created 10 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 | « no previous file | chrome/browser/io_thread.cc » ('j') | net/base/cert_verifier.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/io_thread.h
===================================================================
--- chrome/browser/io_thread.h (revision 68922)
+++ chrome/browser/io_thread.h (working copy)
@@ -30,6 +30,7 @@
} // namespace chrome_browser_net
namespace net {
+class CertVerifier;
class DnsRRResolver;
class HostResolver;
class HttpAuthHandlerFactory;
@@ -44,6 +45,7 @@
~Globals();
scoped_ptr<net::HostResolver> host_resolver;
+ scoped_ptr<net::CertVerifier> cert_verifier;
willchan no longer on Chromium 2010/12/13 09:30:53 I think you should put |cert_verifier| below |dnsr
agl 2010/12/13 16:25:04 I actually wouldn't worry about this. I don't want
scoped_ptr<net::DnsRRResolver> dnsrr_resolver;
scoped_ptr<net::HttpAuthHandlerFactory> http_auth_handler_factory;
scoped_ptr<net::URLSecurityManager> url_security_manager;
« no previous file with comments | « no previous file | chrome/browser/io_thread.cc » ('j') | net/base/cert_verifier.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698