| Index: components/password_manager/content/browser/credential_manager_impl.h
|
| diff --git a/components/password_manager/content/browser/credential_manager_impl.h b/components/password_manager/content/browser/credential_manager_impl.h
|
| index ac088f796b06cd56fcbaf92158e7dc9e30bd6ce4..3d1d3fcd7702e43f5db5d6ccfd9d763f1a4ad22a 100644
|
| --- a/components/password_manager/content/browser/credential_manager_impl.h
|
| +++ b/components/password_manager/content/browser/credential_manager_impl.h
|
| @@ -90,13 +90,6 @@ class CredentialManagerImpl
|
| const std::vector<GURL>& federations,
|
| const std::vector<std::string>& android_realms);
|
|
|
| - // Schedules a CredentialManagerPendingRequireUserMediationTask after the
|
| - // AffiliationMatchHelper grabs a list of realms related to the current
|
| - // web origin.
|
| - void ScheduleRequireMediationTask(
|
| - const RequireUserMediationCallback& callback,
|
| - const std::vector<std::string>& android_realms);
|
| -
|
| PasswordManagerClient* client_;
|
| std::unique_ptr<CredentialManagerPasswordFormManager> form_manager_;
|
|
|
|
|