Chromium Code Reviews| Index: components/password_manager/core/browser/mock_password_store.h |
| diff --git a/components/password_manager/core/browser/mock_password_store.h b/components/password_manager/core/browser/mock_password_store.h |
| index 845042ec7629962c4ceb81c32ec0227c128a524c..4d0deb66557463ec2ed38b4f68061677c1d5532c 100644 |
| --- a/components/password_manager/core/browser/mock_password_store.h |
| +++ b/components/password_manager/core/browser/mock_password_store.h |
| @@ -28,6 +28,7 @@ class MockPasswordStore : public PasswordStore { |
| void(const autofill::PasswordForm&, |
| const autofill::PasswordForm&)); |
| MOCK_METHOD2(ReportMetrics, void(const std::string&, bool)); |
| + MOCK_METHOD1(RemoveSiteStats, void(const GURL&)); |
|
jdoerrie
2017/02/03 16:49:15
I failed to get the |RemoveSiteStatsImpl| mock to
jdoerrie
2017/02/06 10:34:15
Figured it out, I had to use |base::RunLoop().RunU
|
| MOCK_METHOD2(ReportMetricsImpl, void(const std::string&, bool)); |
| MOCK_METHOD1(AddLoginImpl, |
| PasswordStoreChangeList(const autofill::PasswordForm&)); |