Index: components/password_manager/core/browser/affiliation_backend.h |
diff --git a/components/password_manager/core/browser/affiliation_backend.h b/components/password_manager/core/browser/affiliation_backend.h |
index abd84d6bd97d23cd58f99ea210212eb3cb51780c..a1a2c96ab99ac546817c2a6add2da9c41fd7eef4 100644 |
--- a/components/password_manager/core/browser/affiliation_backend.h |
+++ b/components/password_manager/core/browser/affiliation_backend.h |
@@ -79,6 +79,10 @@ class AffiliationBackend : public FacetManagerHost, |
const base::Time& keep_fresh_until); |
void TrimCache(); |
+ // Deletes the cache database file at |db_path|, and all auxiliary files. The |
+ // database must be closed before calling this. |
+ static void DeleteCache(const base::FilePath& db_path); |
+ |
private: |
friend class AffiliationBackendTest; |