| Index: components/password_manager/core/browser/credential_manager_pending_require_user_mediation_task.cc
|
| diff --git a/components/password_manager/core/browser/credential_manager_pending_require_user_mediation_task.cc b/components/password_manager/core/browser/credential_manager_pending_require_user_mediation_task.cc
|
| index 8cf5b31bf420aa8bbd1307894193c922e9e622fa..d8bc5b800d12255483b3c13e8e030e20084b0958 100644
|
| --- a/components/password_manager/core/browser/credential_manager_pending_require_user_mediation_task.cc
|
| +++ b/components/password_manager/core/browser/credential_manager_pending_require_user_mediation_task.cc
|
| @@ -46,7 +46,8 @@ void CredentialManagerPendingRequireUserMediationTask::
|
| net::registry_controlled_domains::INCLUDE_PRIVATE_REGISTRIES);
|
| if (registrable_domains_.count(form_registrable_domain) ||
|
| (affiliated_realms_.count(form->signon_realm) &&
|
| - AffiliatedMatchHelper::IsValidAndroidCredential(*form))) {
|
| + AffiliatedMatchHelper::IsValidAndroidCredential(
|
| + PasswordStore::FormDigest(*form)))) {
|
| form->skip_zero_click = true;
|
| // Note that UpdateLogin ends up copying the form while posting a task to
|
| // update the PasswordStore, so it's fine to let |results| delete the
|
|
|