| Index: chrome/browser/io_thread.h
|
| diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
|
| index 41c042fe8ac9fd2e3c84bae2927a22e1a268c699..19e08f19054026fb7e696b5fd2df00e74affa1aa 100644
|
| --- a/chrome/browser/io_thread.h
|
| +++ b/chrome/browser/io_thread.h
|
| @@ -60,7 +60,7 @@ class CertPolicyEnforcer;
|
| class CertVerifier;
|
| class ChannelIDService;
|
| class CookieStore;
|
| -class CTVerifier;
|
| +class CTLogVerifier;
|
| class FtpTransactionFactory;
|
| class HostMappingRules;
|
| class HostResolver;
|
| @@ -153,6 +153,7 @@ 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;
|
| + std::vector<scoped_refptr<const net::CTLogVerifier>> ct_logs;
|
| scoped_ptr<net::CTVerifier> cert_transparency_verifier;
|
| scoped_ptr<net::CertPolicyEnforcer> cert_policy_enforcer;
|
| scoped_refptr<net::SSLConfigService> ssl_config_service;
|
|
|