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

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: rebased, most Android targets locally built successfully Created 4 years, 9 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 c07784ca6069a1f4b612cb17f37e2af59997c721..ce367e3b7a3e514f3ebf874c7e9f4b8db2996e03 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 ----------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698