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 8777f9ecb92608ce125810fdc6a67e691a40d800..a6c66c6652badc143e950475479db53095d6a93a 100644 |
--- a/components/password_manager/core/browser/affiliated_match_helper.cc |
+++ b/components/password_manager/core/browser/affiliated_match_helper.cc |
@@ -84,6 +84,10 @@ void AffiliatedMatchHelper::GetAffiliatedWebRealms( |
} |
} |
+void AffiliatedMatchHelper::TrimAffiliationCache() { |
+ affiliation_service_->TrimCache(); |
+} |
+ |
// static |
bool AffiliatedMatchHelper::IsValidAndroidCredential( |
const autofill::PasswordForm& form) { |