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

Unified Diff: content/renderer/webpublicsuffixlist_impl.h

Issue 2456643005: Reduce buggy usage of the registry controlled domain service. (Closed)
Patch Set: Fix 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 | « components/url_formatter/url_fixer.cc ('k') | content/renderer/webpublicsuffixlist_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/webpublicsuffixlist_impl.h
diff --git a/content/renderer/webpublicsuffixlist_impl.h b/content/renderer/webpublicsuffixlist_impl.h
index 36970473dd9c4a639c054b227c60ca6c6a837feb..875b9ebbf2f3bfe64468de61eecf6e9287506bad 100644
--- a/content/renderer/webpublicsuffixlist_impl.h
+++ b/content/renderer/webpublicsuffixlist_impl.h
@@ -15,7 +15,7 @@ namespace content {
class WebPublicSuffixListImpl : public blink::WebPublicSuffixList {
public:
// WebPublicSuffixList methods:
- size_t getPublicSuffixLength(const blink::WebString& host) override;
+ size_t getPublicSuffixLength(const blink::WebString&) override;
~WebPublicSuffixListImpl() override;
};
« no previous file with comments | « components/url_formatter/url_fixer.cc ('k') | content/renderer/webpublicsuffixlist_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698