Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Unified Diff: components/autofill/core/common/password_form.cc

Issue 1734193003: CREDENTIAL: Disable auto sign-in by default for existing credentials. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ugh. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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),

Powered by Google App Engine
This is Rietveld 408576698