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

Unified Diff: components/security_interstitials/core/common_string_util.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/security_interstitials/core/common_string_util.h
diff --git a/components/security_interstitials/core/common_string_util.h b/components/security_interstitials/core/common_string_util.h
index 6f094f3595977d9c829e3e17c253b4450c06bdc7..146b03d120910a20fe8247907dd4f84b14f8493a 100644
--- a/components/security_interstitials/core/common_string_util.h
+++ b/components/security_interstitials/core/common_string_util.h
@@ -18,8 +18,7 @@ namespace security_interstitials {
namespace common_string_util {
// Returns the |gurl| as a URL appropriate for display in an error page.
-base::string16 GetFormattedHostName(const GURL& gurl,
- const std::string& languages);
+base::string16 GetFormattedHostName(const GURL& gurl);
// For SSL-related errors that share a basic structure.
void PopulateSSLLayoutStrings(int cert_error,
« no previous file with comments | « components/security_interstitials/core/bad_clock_ui.cc ('k') | components/security_interstitials/core/common_string_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698