Index: components/autofill/core/common/password_form_fill_data.h |
diff --git a/components/autofill/core/common/password_form_fill_data.h b/components/autofill/core/common/password_form_fill_data.h |
index fd0f64fe84a792d8c66ba66428c36b1d316b1e7b..91798eda81837b734af7e99e6098c1c83d17d43d 100644 |
--- a/components/autofill/core/common/password_form_fill_data.h |
+++ b/components/autofill/core/common/password_form_fill_data.h |
@@ -75,6 +75,10 @@ struct PasswordFormFillData { |
// True if this form is a change password form. |
bool is_possible_change_password_form; |
+ // True if a "form not secure" warning should be shown when the form is |
+ // autofilled. |
+ bool show_form_not_secure_warning_on_autofill; |
+ |
PasswordFormFillData(); |
PasswordFormFillData(const PasswordFormFillData& other); |
~PasswordFormFillData(); |