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

Unified Diff: third_party/WebKit/public/platform/Platform.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: third_party/WebKit/public/platform/Platform.h
diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
index 5c02cdc30344a9a908193cd848278e689d8ddc86..0811d60a7ae60ea89dfd1e1c1d10593e2182d12d 100644
--- a/third_party/WebKit/public/platform/Platform.h
+++ b/third_party/WebKit/public/platform/Platform.h
@@ -228,7 +228,7 @@ public:
// IDN conversion ------------------------------------------------------
- virtual WebString convertIDNToUnicode(const WebString& host, const WebString& languages) { return host; }
+ virtual WebString convertIDNToUnicode(const WebString& host) { return host; }
// IndexedDB ----------------------------------------------------------
« no previous file with comments | « third_party/WebKit/Source/core/html/forms/EmailInputType.cpp ('k') | ui/message_center/views/notification_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698