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

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

Issue 1401723002: Show source of affiliated matches in the drop-down password suggestions list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test fix Created 5 years, 2 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.h
diff --git a/components/autofill/core/common/password_form.h b/components/autofill/core/common/password_form.h
index e114f0d4827d776946851546e58a4ac598b844db..9adaac60d143057543d99eecb7d52ba65af30bd1 100644
--- a/components/autofill/core/common/password_form.h
+++ b/components/autofill/core/common/password_form.h
@@ -263,11 +263,12 @@ struct PasswordForm {
// TODO(vabr): Remove |is_alive| once http://crbug.com/486931 is fixed.
bool is_alive; // Set on construction, reset on destruction.
- // if true this match was found using public suffix matching.
+ // If true, this match was found using public suffix matching.
bool is_public_suffix_match;
- // if true this form is affiliated with Android credentials.
- bool is_affiliated;
+ // If true, this is a credential saved through an Android application, and
+ // found using affiliation-based match.
+ bool is_affiliation_based_match;
// Return true if we consider this form to be a change password form.
// We use only client heuristics, so it could include signup forms.
« no previous file with comments | « chrome/browser/password_manager/password_store_mac.cc ('k') | components/autofill/core/common/password_form.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698