Chromium Code Reviews| 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..ba2c6190fc5f2a9e51aafdadfb6e7ee29eaebb48 100644 |
| --- a/components/security_state/security_state_model.h |
| +++ b/components/security_state/security_state_model.h |
| @@ -106,7 +106,7 @@ class SecurityStateModel { |
| int connection_status; |
| // True if the protocol version and ciphersuite for the connection |
|
estark
2016/04/18 11:46:44
Update comment.
lgarron
2016/04/25 23:56:54
Done.
|
| // are considered secure. |
| - bool is_secure_protocol_and_ciphersuite; |
| + int obsolete_ssl_status; |
| }; |
| // Contains the security state relevant to computing the SecurityInfo |