Index: components/autofill/content/common/autofill_types.mojom |
diff --git a/components/autofill/content/common/autofill_types.mojom b/components/autofill/content/common/autofill_types.mojom |
index 55a34df0f1f86b89f538c0cd652aa0937e9f5590..3795d253e7b507f47cccb71810fd3baa57cbbe63 100644 |
--- a/components/autofill/content/common/autofill_types.mojom |
+++ b/components/autofill/content/common/autofill_types.mojom |
@@ -146,6 +146,7 @@ struct PasswordFormFillData { |
array<array<string>> other_possible_usernames_values; |
bool wait_for_username; |
bool is_possible_change_password_form; |
+ bool show_form_not_secure_warning_on_autofill; |
}; |
// autofill::PasswordFormGenerationData |