| Index: components/password_manager/core/browser/affiliated_match_helper.h
|
| diff --git a/components/password_manager/core/browser/affiliated_match_helper.h b/components/password_manager/core/browser/affiliated_match_helper.h
|
| index 7fe246d041f4162db8cad55fa5770e3a6a119e06..05496e8ccfa721e27a4855ee9eb19d5ff86652dd 100644
|
| --- a/components/password_manager/core/browser/affiliated_match_helper.h
|
| +++ b/components/password_manager/core/browser/affiliated_match_helper.h
|
| @@ -79,6 +79,9 @@ class AffiliatedMatchHelper : public PasswordStore::Observer,
|
| const autofill::PasswordForm& android_form,
|
| const AffiliatedRealmsCallback& result_callback);
|
|
|
| + // Removes cached affiliation data that is no longer needed.
|
| + void TrimAffiliationCache();
|
| +
|
| // Returns whether or not |form| represents an Android credential.
|
| static bool IsValidAndroidCredential(const autofill::PasswordForm& form);
|
|
|
|
|