| 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 2aa256d0b2328656f7f98f7f3601f230ff1a046b..5b7d4b36075373daaa13e3ce7d1fd991a1e53591 100644
|
| --- a/components/security_state/security_state_model.h
|
| +++ b/components/security_state/security_state_model.h
|
| @@ -177,6 +177,10 @@ class SecurityStateModel {
|
| bool ran_content_with_cert_errors;
|
| // True if PKP was bypassed due to a local trust anchor.
|
| bool pkp_bypassed;
|
| + // True if the page was an HTTP page that displayed a password field.
|
| + bool displayed_password_field_on_http;
|
| + // True if the page was an HTTP page that displayed a credit card field.
|
| + bool displayed_credit_card_field_on_http;
|
| };
|
|
|
| // These security levels describe the treatment given to pages that
|
|
|