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

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: 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
« no previous file with comments | « no previous file | components/autofill/core/common/password_form.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 57a9d9dffa4289e557d7ed8dbefbb424858eb862..f8881043122f83fba30d5fadeefa2f313091c397 100644
--- a/components/autofill/core/common/password_form.h
+++ b/components/autofill/core/common/password_form.h
@@ -261,11 +261,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.
engedy 2015/10/14 10:58:26 nit: matching.
+ 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 | « no previous file | components/autofill/core/common/password_form.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698