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