| 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 26dd220648771eb238c37d781d9f4739fc51ebed..f6b5212e8733ed7853a75da89b3cd598a2dcc9d5 100644
|
| --- a/components/security_state/security_state_model.h
|
| +++ b/components/security_state/security_state_model.h
|
| @@ -104,9 +104,10 @@ class SecurityStateModel {
|
| // Information about the SSL connection, such as protocol and
|
| // ciphersuite. See ssl_connection_flags.h in net.
|
| int connection_status;
|
| - // True if the protocol version and ciphersuite for the connection
|
| - // are considered secure.
|
| - bool is_secure_protocol_and_ciphersuite;
|
| + // A mask that indicates which of the protocol version,
|
| + // key exchange, or cipher for the connection is considered
|
| + // obsolete. See net::ObsoleteSSLMask for specific mask values.
|
| + int obsolete_ssl_status;
|
| };
|
|
|
| // Contains the security state relevant to computing the SecurityInfo
|
|
|