Index: components/password_manager/core/browser/password_form_manager.h |
diff --git a/components/password_manager/core/browser/password_form_manager.h b/components/password_manager/core/browser/password_form_manager.h |
index df658b148166b59574483802497c1f5084af6575..b7e4c104ffd879fd36d0b1095327edcb40fdefba 100644 |
--- a/components/password_manager/core/browser/password_form_manager.h |
+++ b/components/password_manager/core/browser/password_form_manager.h |
@@ -378,6 +378,10 @@ class PasswordFormManager : public PasswordStoreConsumer { |
// frequently require lookups by username value in IsNewLogin. |
autofill::PasswordFormMap best_matches_; |
+ // Set of forms from DB that are not in |best_matches_| and that are psl |
vabr (Chromium)
2015/08/28 10:47:23
nits:
DB -> PasswordStore
psl -> PSL
dvadym
2015/08/28 11:25:29
Done.
|
+ // matches for |observed_form_|. |
+ ScopedVector<autofill::PasswordForm> psl_not_best_matches_; |
+ |
// Set of blacklisted forms from the DB that best match the current form. |
ScopedVector<autofill::PasswordForm> blacklisted_matches_; |