| Index: content/child/blink_platform_impl.h
|
| diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
|
| index 1716e228a8e1ea1cd44b603b779b2bcc7cf616a9..78a28a40b9a555417f6c1699a39dc571c8f2c0dc 100644
|
| --- a/content/child/blink_platform_impl.h
|
| +++ b/content/child/blink_platform_impl.h
|
| @@ -45,7 +45,6 @@ class WebThreadBase;
|
| namespace content {
|
|
|
| class NotificationDispatcher;
|
| -class PushDispatcher;
|
| class ThreadSafeSender;
|
| class WebCryptoImpl;
|
|
|
| @@ -137,7 +136,6 @@ class CONTENT_EXPORT BlinkPlatformImpl
|
|
|
| scoped_refptr<ThreadSafeSender> thread_safe_sender_;
|
| scoped_refptr<NotificationDispatcher> notification_dispatcher_;
|
| - scoped_refptr<PushDispatcher> push_dispatcher_;
|
|
|
| blink::scheduler::WebThreadBase* compositor_thread_;
|
| };
|
|
|