| 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 24b40455aac866fd772e1ed7ff8c176629fd023a..b21edb721b00c558ab9db3b5082ffe7b1a0d3fa6 100644
|
| --- a/components/password_manager/core/browser/password_store.h
|
| +++ b/components/password_manager/core/browser/password_store.h
|
| @@ -125,6 +125,9 @@ class PasswordStore : protected PasswordStoreSync,
|
| // platforms that support prompting the user for access (such as Mac OS).
|
| // NOTE: This means that this method can return different results depending
|
| // on the value of |prompt_policy|.
|
| + // 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 autofill::PasswordForm& form,
|
| AuthorizationPromptPolicy prompt_policy,
|
| PasswordStoreConsumer* consumer);
|
|
|