| 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 b3ba88608efc43483f88a89b3250b3fcb17d99f2..6f7b90973379b42b37ba83274c04070a72035736 100644
|
| --- a/components/password_manager/core/browser/affiliated_match_helper.h
|
| +++ b/components/password_manager/core/browser/affiliated_match_helper.h
|
| @@ -80,6 +80,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);
|
|
|
|
|