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

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

Issue 2446273004: Reduce buggy usage of the registry controlled domain service. (Closed)
Patch Set: Review comment 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
« no previous file with comments | « net/cert/x509_certificate.cc ('k') | url/url_canon.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..13d8fdf3ab7962da54436c0bcd9823e351b3b5d9 100644
--- a/third_party/WebKit/public/platform/WebPublicSuffixList.h
+++ b/third_party/WebKit/public/platform/WebPublicSuffixList.h
@@ -37,7 +37,7 @@ namespace blink {
class WebPublicSuffixList {
public:
- virtual size_t getPublicSuffixLength(const WebString&) = 0;
+ virtual size_t getPublicSuffixLength(const WebString& canonicalHost) = 0;
protected:
virtual ~WebPublicSuffixList() {}
« no previous file with comments | « net/cert/x509_certificate.cc ('k') | url/url_canon.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698