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

Unified Diff: content/child/blink_platform_impl.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: content/child/blink_platform_impl.h
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
index 51b427d598c31ad463e3060aee94f4a9c8f86082..142746241651b4a65678cc4371b193a44fe0e5cd 100644
--- a/content/child/blink_platform_impl.h
+++ b/content/child/blink_platform_impl.h
@@ -44,7 +44,6 @@ class WebThreadBase;
namespace content {
class BackgroundSyncProvider;
class FlingCurveConfiguration;
-class NotificationDispatcher;
class PermissionDispatcher;
class PushDispatcher;
class ThreadSafeSender;
@@ -127,7 +126,6 @@ class CONTENT_EXPORT BlinkPlatformImpl
void willStopWorkerThread() override;
blink::WebCrypto* crypto() override;
blink::WebGeofencingProvider* geofencingProvider() override;
- blink::WebNotificationManager* notificationManager() override;
blink::WebPushProvider* pushProvider() override;
blink::WebPermissionClient* permissionClient() override;
blink::WebSyncProvider* backgroundSyncProvider() override;
@@ -160,7 +158,6 @@ class CONTENT_EXPORT BlinkPlatformImpl
trace_log_observers_;
scoped_refptr<ThreadSafeSender> thread_safe_sender_;
- scoped_refptr<NotificationDispatcher> notification_dispatcher_;
scoped_refptr<PushDispatcher> push_dispatcher_;
std::unique_ptr<PermissionDispatcher> permission_client_;
std::unique_ptr<BackgroundSyncProvider> main_thread_sync_provider_;

Powered by Google App Engine
This is Rietveld 408576698