| Index: components/security_state/security_state_model.h
|
| diff --git a/components/security_state/security_state_model.h b/components/security_state/security_state_model.h
|
| index 4203bc78149ce6c0301592e0a8d65bd3a3ad4d96..8d3881520ba360fb829c440b527c12a28150154f 100644
|
| --- a/components/security_state/security_state_model.h
|
| +++ b/components/security_state/security_state_model.h
|
| @@ -105,7 +105,7 @@ class SecurityStateModel {
|
| std::vector<net::ct::SCTVerifyStatus> sct_verify_statuses;
|
| bool scheme_is_cryptographic;
|
| net::CertStatus cert_status;
|
| - int cert_id;
|
| + scoped_refptr<net::X509Certificate> certificate;
|
| // The security strength, in bits, of the SSL cipher suite. In late
|
| // 2015, 128 is considered the minimum.
|
| //
|
| @@ -144,7 +144,7 @@ class SecurityStateModel {
|
| bool connection_info_initialized;
|
| // The following fields contain information about the connection
|
| // used to load the page or request.
|
| - int cert_id;
|
| + scoped_refptr<net::X509Certificate> certificate;
|
| net::CertStatus cert_status;
|
| int connection_status;
|
| int security_bits;
|
|
|