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 5ae887d4c549e0db3d6fe9dda92c8fd5a7963063..15b79fffc0cef8d93a3c9152f1ba5bd19ad2b11d 100644 |
--- a/components/password_manager/core/browser/psl_matching_helper.cc |
+++ b/components/password_manager/core/browser/psl_matching_helper.cc |
@@ -48,7 +48,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)) |