| Index: components/password_manager/core/browser/password_store.h
|
| diff --git a/components/password_manager/core/browser/password_store.h b/components/password_manager/core/browser/password_store.h
|
| index fa757c9f0e9298de18f94a77b7b277c275f32e19..d7998e40efd3f901b6c443f1eeba9abfeeb7efe8 100644
|
| --- a/components/password_manager/core/browser/password_store.h
|
| +++ b/components/password_manager/core/browser/password_store.h
|
| @@ -167,9 +167,6 @@ class PasswordStore : protected PasswordStoreSync,
|
|
|
| // Searches for a matching PasswordForm, and notifies |consumer| on
|
| // completion. The request will be cancelled if the consumer is destroyed.
|
| - // TODO(engedy): Currently, this will not return federated logins saved from
|
| - // Android applications that are affiliated with the realm of |form|. Need to
|
| - // decide if this is the desired behavior. See: https://crbug.com/539844.
|
| virtual void GetLogins(const FormDigest& form,
|
| PasswordStoreConsumer* consumer);
|
|
|
|
|