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

Unified Diff: components/password_manager/core/browser/affiliated_match_helper.cc

Issue 1838183002: [Password Manager] Prefetch blacklisted Android credentials in AffiliatedMatchHelper's initializatio (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@android_credentials_blacklisted
Patch Set: Created 4 years, 9 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/password_manager/core/browser/affiliated_match_helper_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « no previous file | components/password_manager/core/browser/affiliated_match_helper_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698