Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(272)

Unified Diff: components/password_manager/core/browser/psl_matching_helper.cc

Issue 2716583003: Rename Origin.unique() to opaque().
Patch Set: Mac fixes Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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))

Powered by Google App Engine
This is Rietveld 408576698