Index: components/password_manager/core/browser/affiliation_utils.h |
diff --git a/components/password_manager/core/browser/affiliation_utils.h b/components/password_manager/core/browser/affiliation_utils.h |
index 1bc5767bb7055dbb51380c09861632857f0aa3cb..fcf8b7e905410cd4232c519b7e608bead3e46967 100644 |
--- a/components/password_manager/core/browser/affiliation_utils.h |
+++ b/components/password_manager/core/browser/affiliation_utils.h |
@@ -181,11 +181,8 @@ bool AreEquivalenceClassesEqual(const AffiliatedFacets& a, |
bool IsValidAndroidFacetURI(const std::string& uri); |
// Returns the origin URI in a format which can be presented to a user based of |
-// |password_from| field values. For web URIs |languages| is using in order to |
-// determine whether a URI is 'comprehensible' to a user who understands |
-// languages listed. |
-std::string GetHumanReadableOrigin(const autofill::PasswordForm& password_form, |
- const std::string& languages); |
+// |password_from| field values. |
+std::string GetHumanReadableOrigin(const autofill::PasswordForm& password_form); |
// Returns the Android origin URI for presenting to a user. |
std::string GetHumanReadableOriginForAndroidUri(const FacetURI facet_uri); |