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: it works \o/ 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
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/child/blink_platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/blink_platform_impl.h
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
index a4fdf39f3c37d6d809758cd3862b7a99b70c274d..64f8efffc844df4e15dd961dd9aebd18c800baf2 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;
@@ -125,7 +124,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;
@@ -158,7 +156,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_;
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698