| Index: components/password_manager/core/browser/affiliated_match_helper.cc
|
| diff --git a/components/password_manager/core/browser/affiliated_match_helper.cc b/components/password_manager/core/browser/affiliated_match_helper.cc
|
| index 4455bd7c047ed4d35a5395bf53d8fe2632a7158f..abf8c0c9b466a7555e8eb101ea8a00fcd622dc7c 100644
|
| --- a/components/password_manager/core/browser/affiliated_match_helper.cc
|
| +++ b/components/password_manager/core/browser/affiliated_match_helper.cc
|
| @@ -154,6 +154,7 @@ void AffiliatedMatchHelper::DoDeferredInitialization() {
|
| // taken to avoid inconsistencies due to any changes taking place in-between.
|
| password_store_->AddObserver(this);
|
| password_store_->GetAutofillableLogins(this);
|
| + password_store_->GetBlacklistLogins(this);
|
| }
|
|
|
| void AffiliatedMatchHelper::CompleteGetAffiliatedAndroidRealms(
|
|
|