| 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_;
|
|
|