| Index: components/autofill/content/common/autofill_types_struct_traits.cc
|
| diff --git a/components/autofill/content/common/autofill_types_struct_traits.cc b/components/autofill/content/common/autofill_types_struct_traits.cc
|
| index b27f8a563a5a4b019d13bd7cd3d71332c5312383..c536b4abd4886ba3942e589c5bd7e040949f0f2f 100644
|
| --- a/components/autofill/content/common/autofill_types_struct_traits.cc
|
| +++ b/components/autofill/content/common/autofill_types_struct_traits.cc
|
| @@ -461,8 +461,6 @@ bool StructTraits<mojom::PasswordFormFillDataDataView, PasswordFormFillData>::
|
| out->wait_for_username = data.wait_for_username();
|
| out->is_possible_change_password_form =
|
| data.is_possible_change_password_form();
|
| - out->show_form_not_secure_warning_on_autofill =
|
| - data.show_form_not_secure_warning_on_autofill();
|
|
|
| return true;
|
| }
|
|
|