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

Unified Diff: content/child/child_thread_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/child/blink_platform_impl.cc ('k') | content/child/child_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/child_thread_impl.h
diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
index 14763952589122d25ac00ae50e8819c4059ae3ec..9afaedf639289cae6336f53b9a0f78420b82b6a4 100644
--- a/content/child/child_thread_impl.h
+++ b/content/child/child_thread_impl.h
@@ -49,7 +49,6 @@ class ChildResourceMessageFilter;
class ChildSharedBitmapManager;
class FileSystemDispatcher;
class InProcessChildThreadParams;
-class NotificationDispatcher;
class PushDispatcher;
class ServiceWorkerMessageFilter;
class QuotaDispatcher;
@@ -136,10 +135,6 @@ class CONTENT_EXPORT ChildThreadImpl
return quota_dispatcher_.get();
}
- NotificationDispatcher* notification_dispatcher() const {
- return notification_dispatcher_.get();
- }
-
PushDispatcher* push_dispatcher() const {
return push_dispatcher_.get();
}
@@ -272,8 +267,6 @@ class CONTENT_EXPORT ChildThreadImpl
scoped_refptr<QuotaMessageFilter> quota_message_filter_;
- scoped_refptr<NotificationDispatcher> notification_dispatcher_;
-
scoped_refptr<PushDispatcher> push_dispatcher_;
std::unique_ptr<ChildSharedBitmapManager> shared_bitmap_manager_;
« no previous file with comments | « content/child/blink_platform_impl.cc ('k') | content/child/child_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698