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

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

Issue 1904163002: Move Web Notifications to use Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@skbitmap-blink
Patch Set: resolves the promise Created 4 years, 8 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 06a6d53b268c84cbeacd53698f7e33b1ed77ca21..cbe793d2261cb8b720abeafd8a624caff0d7889f 100644
--- a/third_party/WebKit/public/platform/Platform.h
+++ b/third_party/WebKit/public/platform/Platform.h
@@ -90,7 +90,6 @@ class WebMediaStreamTrack;
class WebMemoryDumpProvider;
class WebMessagePortChannel;
class WebMimeRegistry;
-class WebNotificationManager;
class WebPermissionClient;
class WebPluginListBuilder;
class WebPrescientNetworking;
@@ -588,11 +587,6 @@ public:
virtual WebDatabaseObserver* databaseObserver() { return nullptr; }
- // Web Notifications --------------------------------------------------
-
- virtual WebNotificationManager* notificationManager() { return nullptr; }
-
-
// Geofencing ---------------------------------------------------------
virtual WebGeofencingProvider* geofencingProvider() { return nullptr; }

Powered by Google App Engine
This is Rietveld 408576698