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

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

Issue 2194973002: Fix linker warning in broadcast_channel.mojom-blink.obj. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tighten deps Created 4 years, 5 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 62a813f485ddace8c1947222d49d262ba616155a..5df9063c102dc30611ffca5081bd94b98ae8af59 100644
--- a/third_party/WebKit/public/platform/Platform.h
+++ b/third_party/WebKit/public/platform/Platform.h
@@ -97,7 +97,6 @@ class WebNotificationManager;
class WebPluginListBuilder;
class WebPrescientNetworking;
class WebProcessMemoryDump;
-class WebPublicSuffixList;
class WebPushProvider;
class WebRTCCertificateGenerator;
class WebRTCPeerConnectionHandler;
@@ -331,12 +330,6 @@ public:
virtual void getPluginList(bool refresh, WebPluginListBuilder*) { }
- // Public Suffix List --------------------------------------------------
-
- // May return null on some platforms.
- virtual WebPublicSuffixList* publicSuffixList() { return nullptr; }
-
-
// Resources -----------------------------------------------------------
// Returns a localized string resource (with substitution parameters).
« no previous file with comments | « third_party/WebKit/public/blink_headers.gypi ('k') | third_party/WebKit/public/platform/WebPublicSuffixList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698