| 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..5197174222baa1225450fb4e812315b7fd6d71b4 100644
|
| --- a/components/password_manager/core/browser/affiliated_match_helper.h
|
| +++ b/components/password_manager/core/browser/affiliated_match_helper.h
|
| @@ -90,15 +90,6 @@ class AffiliatedMatchHelper : public PasswordStore::Observer,
|
| // purposes of affiliation-based matching.
|
| static bool IsValidWebCredential(const autofill::PasswordForm& form);
|
|
|
| - // 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.
|
| - static ScopedVector<autofill::PasswordForm>
|
| - TransformAffiliatedAndroidCredentials(
|
| - const autofill::PasswordForm& observed_form,
|
| - ScopedVector<autofill::PasswordForm> android_credentials);
|
| -
|
| // Sets the task runner to be used to delay I/O heavy initialization. Should
|
| // be called before Initialize(). Used only for testing.
|
| void SetTaskRunnerUsedForWaitingForTesting(
|
|
|