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

Unified Diff: third_party/WebKit/public/platform/WebPublicSuffixList.h

Issue 2433583002: Reduce buggy usage of the registry controlled domain service. (Closed)
Patch Set: Review comments Created 4 years, 2 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/WebPublicSuffixList.h
diff --git a/third_party/WebKit/public/platform/WebPublicSuffixList.h b/third_party/WebKit/public/platform/WebPublicSuffixList.h
index c1d5fc31fd3258bba7bee8492bf40dd3c9761a86..b098e3f0f234601dc31f4142ace8a1728acdb170 100644
--- a/third_party/WebKit/public/platform/WebPublicSuffixList.h
+++ b/third_party/WebKit/public/platform/WebPublicSuffixList.h
@@ -37,6 +37,7 @@ namespace blink {
class WebPublicSuffixList {
public:
+ // The host name must be in canonical form.
virtual size_t getPublicSuffixLength(const WebString&) = 0;
Peter Kasting 2016/10/25 01:33:33 Nit: In WebKit style, it's OK to add a param name
brettw 2016/10/25 20:28:18 Done.
protected:

Powered by Google App Engine
This is Rietveld 408576698