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

Unified Diff: sky/engine/public/platform/Platform.h

Issue 696783007: Remove the PublicSuffixList. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | sky/engine/public/platform/WebPublicSuffixList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/platform/Platform.h
diff --git a/sky/engine/public/platform/Platform.h b/sky/engine/public/platform/Platform.h
index 60fb845f6d5e00a16f5b827d58da8a607eb47253..20cbab232d91fd112ba06169eeacc79f8c1f24a6 100644
--- a/sky/engine/public/platform/Platform.h
+++ b/sky/engine/public/platform/Platform.h
@@ -69,7 +69,6 @@ class WebGestureCurveTarget;
class WebGestureCurve;
class WebGraphicsContext3DProvider;
class WebMimeRegistry;
-class WebPublicSuffixList;
class WebSandboxSupport;
class WebScrollbarBehavior;
struct WebFloatPoint;
@@ -186,15 +185,6 @@ public:
virtual WebURLError cancelledError(const WebURL&) const { return WebURLError(); }
- virtual bool isReservedIPAddress(const WebURL&) const { return false; }
-
-
- // Public Suffix List --------------------------------------------------
-
- // May return null on some platforms.
- virtual WebPublicSuffixList* publicSuffixList() { return 0; }
-
-
// Resources -----------------------------------------------------------
// Returns a localized string resource (with substitution parameters).
« no previous file with comments | « no previous file | sky/engine/public/platform/WebPublicSuffixList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698