Chromium Code Reviews| Index: components/password_manager/core/browser/affiliated_match_helper.h |
| diff --git a/components/password_manager/core/browser/affiliated_match_helper.h b/components/password_manager/core/browser/affiliated_match_helper.h |
| index 18cb0d5cd4f0cb621d0ff41732a4749d6738019a..659dbc52539b0bcd8c09222644112224d00d4810 100644 |
| --- a/components/password_manager/core/browser/affiliated_match_helper.h |
| +++ b/components/password_manager/core/browser/affiliated_match_helper.h |
| @@ -93,7 +93,7 @@ class AffiliatedMatchHelper : public PasswordStore::Observer, |
| // Consumes a list of |android_credentials| corresponding to applications that |
| // are affiliated with the realm of |observed_form|, and transforms them so |
| // as to make them fillable into |observed_form|. This can be called from any |
| - // thread. |
| + // thread. Non-federated username-only credentials are filtered. |
|
Mike West
2015/09/29 09:36:09
Why only "non-federated"?
vasilii
2015/10/12 15:12:48
Done.
|
| static ScopedVector<autofill::PasswordForm> |
| TransformAffiliatedAndroidCredentials( |
| const autofill::PasswordForm& observed_form, |