| Index: components/password_manager/core/browser/psl_matching_helper.cc
|
| diff --git a/components/password_manager/core/browser/psl_matching_helper.cc b/components/password_manager/core/browser/psl_matching_helper.cc
|
| index 6cbb305c7645938e4d3249378d76395273d84e7d..d660f2318702d381a12e5bd5e2cefee78aaff10b 100644
|
| --- a/components/password_manager/core/browser/psl_matching_helper.cc
|
| +++ b/components/password_manager/core/browser/psl_matching_helper.cc
|
| @@ -66,7 +66,7 @@ MatchResult GetMatchResult(const PasswordForm& form,
|
|
|
| const bool allow_psl_match = ShouldPSLDomainMatchingApply(
|
| GetRegistryControlledDomain(GURL(form_digest.signon_realm)));
|
| - const bool allow_federated_match = !form.federation_origin.unique();
|
| + const bool allow_federated_match = !form.federation_origin.opaque();
|
|
|
| if (allow_psl_match &&
|
| IsPublicSuffixDomainMatch(form.signon_realm, form_digest.signon_realm))
|
|
|