| 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 a9785e39848218772f7733c2a40170f09d3ced67..ba126b37306ec9e0f23af19e81eb0d7a51217f3b 100644
|
| --- a/components/autofill/content/common/autofill_types_struct_traits.h
|
| +++ b/components/autofill/content/common/autofill_types_struct_traits.h
|
| @@ -355,11 +355,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);
|
| };
|
|
|