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

Unified Diff: components/password_manager/core/browser/affiliation_utils.h

Issue 1841653003: Drop |languages| from {Format,Elide}Url* and IDNToUnicode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo in elide_url.cc Created 4 years, 8 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/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);
« no previous file with comments | « components/omnibox/browser/zero_suggest_provider.cc ('k') | components/password_manager/core/browser/affiliation_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698