| Index: components/autofill/content/common/autofill_types_struct_traits.h
|
| diff --git a/components/autofill/content/common/autofill_types_struct_traits.h b/components/autofill/content/common/autofill_types_struct_traits.h
|
| index 934f8801855eaba0a26b73d8c605cb8bd649beb2..c623aa50b30ec2993f405f88dc964f4e90ab3007 100644
|
| --- a/components/autofill/content/common/autofill_types_struct_traits.h
|
| +++ b/components/autofill/content/common/autofill_types_struct_traits.h
|
| @@ -351,11 +351,6 @@ struct StructTraits<autofill::mojom::PasswordFormFillDataDataView,
|
| return r.is_possible_change_password_form;
|
| }
|
|
|
| - static bool show_form_not_secure_warning_on_autofill(
|
| - const autofill::PasswordFormFillData& r) {
|
| - return r.show_form_not_secure_warning_on_autofill;
|
| - }
|
| -
|
| static bool Read(autofill::mojom::PasswordFormFillDataDataView data,
|
| autofill::PasswordFormFillData* out);
|
| };
|
|
|