| 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 b29ec94159e2e346dc240ed7e57f546352ab6c0c..ad02cca8b6dd149e02139f6e9d07afd841954332 100644
|
| --- a/components/password_manager/core/browser/test_password_store.cc
|
| +++ b/components/password_manager/core/browser/test_password_store.cc
|
| @@ -94,6 +94,14 @@ void TestPasswordStore::ReportMetricsImpl(const std::string& sync_username,
|
| bool custom_passphrase_sync_enabled) {
|
| }
|
|
|
| +PasswordStoreChangeList TestPasswordStore::RemoveLoginsByOriginAndTimeImpl(
|
| + const url::Origin& origin,
|
| + base::Time delete_begin,
|
| + base::Time delete_end) {
|
| + PasswordStoreChangeList changes;
|
| + return changes;
|
| +}
|
| +
|
| PasswordStoreChangeList TestPasswordStore::RemoveLoginsCreatedBetweenImpl(
|
| base::Time begin,
|
| base::Time end) {
|
|
|