| 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 fc7e5f34c7d4d085098f3ac19c2b568f8d48fb3b..c653c95c5fc50ff268e3ffdbec67d36245183aec 100644
|
| --- a/components/security_state/security_state_model.h
|
| +++ b/components/security_state/security_state_model.h
|
| @@ -45,9 +45,6 @@ class SecurityStateModel {
|
| // HTTPS (non-EV) with valid cert.
|
| SECURE,
|
|
|
| - // HTTPS, but with an outdated protocol version.
|
| - SECURITY_WARNING,
|
| -
|
| // HTTPS, but the certificate verification chain is anchored on a
|
| // certificate that was installed by the system administrator.
|
| SECURITY_POLICY_WARNING,
|
|
|