| Index: components/autofill/core/common/password_form.cc
|
| diff --git a/components/autofill/core/common/password_form.cc b/components/autofill/core/common/password_form.cc
|
| index 9e7298f99f865be658e597bcf90a536a369767da..3ae8c4508852cb374b7ed850a06b2f2db6e525b2 100644
|
| --- a/components/autofill/core/common/password_form.cc
|
| +++ b/components/autofill/core/common/password_form.cc
|
| @@ -79,7 +79,7 @@ PasswordForm::PasswordForm()
|
| type(TYPE_MANUAL),
|
| times_used(0),
|
| generation_upload_status(NO_SIGNAL_SENT),
|
| - skip_zero_click(false),
|
| + skip_zero_click(true),
|
| layout(Layout::LAYOUT_OTHER),
|
| was_parsed_using_autofill_predictions(false),
|
| is_public_suffix_match(false),
|
|
|