Chromium Code Reviews| Index: components/password_manager/core/browser/test_password_store.h |
| diff --git a/components/password_manager/core/browser/test_password_store.h b/components/password_manager/core/browser/test_password_store.h |
| index 36d88dff5b41893a1598172b024d0bb3a001b108..c188e43e1af621e9cc70d0dc9f6cf711ace1d1fb 100644 |
| --- a/components/password_manager/core/browser/test_password_store.h |
| +++ b/components/password_manager/core/browser/test_password_store.h |
| @@ -33,6 +33,8 @@ class TestPasswordStore : public PasswordStore { |
| // have entries of size 0. |
| bool IsEmpty() const; |
| + void AddCredentials(const autofill::PasswordForm& form); |
|
vasilii
2015/08/05 13:21:14
You can use AddLogin. The only place where you use
dvadym
2015/08/05 15:18:20
Thanks!
|
| + |
| protected: |
| ~TestPasswordStore() override; |