| 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 5e502f3857d52b1eab64ba5a7c13c8d666d92d3c..1e11a3241d4365e1312aa3e88c779b371cd28784 100644
|
| --- a/components/password_manager/core/browser/test_password_store.cc
|
| +++ b/components/password_manager/core/browser/test_password_store.cc
|
| @@ -112,6 +112,13 @@ TestPasswordStore::FillMatchingLogins(const FormDigest& form) {
|
| return matched_forms;
|
| }
|
|
|
| +std::vector<std::unique_ptr<autofill::PasswordForm>>
|
| +TestPasswordStore::FillLoginsForSameOrganizationName(
|
| + const std::string& signon_realm) {
|
| + // TODO: Implement when needed.
|
| + return std::vector<std::unique_ptr<autofill::PasswordForm>>();
|
| +}
|
| +
|
| void TestPasswordStore::ReportMetricsImpl(const std::string& sync_username,
|
| bool custom_passphrase_sync_enabled) {
|
| }
|
|
|