Index: components/password_manager/core/browser/password_store.h |
diff --git a/components/password_manager/core/browser/password_store.h b/components/password_manager/core/browser/password_store.h |
index c1194cfc2792a8e9e7f47d19ebc344f4e841a5d3..c49aecb814192ccf16cb21da63bf5e09ab98ff2c 100644 |
--- a/components/password_manager/core/browser/password_store.h |
+++ b/components/password_manager/core/browser/password_store.h |
@@ -102,6 +102,10 @@ class PasswordStore : protected PasswordStoreSync, |
virtual void RemoveLoginsSyncedBetween(base::Time delete_begin, |
base::Time delete_end); |
+ // Removes cached affiliation data that is no longer needed; provided that |
+ // affiliation-based matching is enabled. |
+ void TrimAffiliationCache(); |
+ |
// Searches for a matching PasswordForm, and notifies |consumer| on |
// completion. The request will be cancelled if the consumer is destroyed. |
// |prompt_policy| indicates whether it's permissible to prompt the user to |