| Index: components/password_manager/core/browser/test_password_store.cc
|
| diff --git a/components/password_manager/core/browser/test_password_store.cc b/components/password_manager/core/browser/test_password_store.cc
|
| index a420e9e707b206bb4714f78c015b8beca60d3764..5ef17cb70e0846f16c87e70d3d7c546c36274c65 100644
|
| --- a/components/password_manager/core/browser/test_password_store.cc
|
| +++ b/components/password_manager/core/browser/test_password_store.cc
|
| @@ -139,4 +139,15 @@ bool TestPasswordStore::FillBlacklistLogins(
|
| return true;
|
| }
|
|
|
| +void TestPasswordStore::AddSiteStatsImpl(const InteractionsStats& stats) {
|
| +}
|
| +
|
| +void TestPasswordStore::RemoveSiteStatsImpl(const GURL& origin_domain) {
|
| +}
|
| +
|
| +InteractionsStats* TestPasswordStore::GetSiteStatsImpl(
|
| + const GURL& origin_domain) {
|
| + return nullptr;
|
| +}
|
| +
|
| } // namespace password_manager
|
|
|