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

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

Issue 2716583003: Rename Origin.unique() to opaque().
Patch Set: Update new uses post-rebase Created 3 years, 4 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 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))

Powered by Google App Engine
This is Rietveld 408576698