| Index: content/child/blink_platform_impl.h
|
| diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
|
| index 5ee5049dac0819ef8ddd4f3dd954c309d2ef68e4..f64d143131ab9317f69a432d1b5bdc17675b4608 100644
|
| --- a/content/child/blink_platform_impl.h
|
| +++ b/content/child/blink_platform_impl.h
|
| @@ -43,7 +43,7 @@ class WebThreadBase;
|
| }
|
|
|
| namespace content {
|
| -class BackgroundSyncProvider;
|
| +
|
| class NotificationDispatcher;
|
| class PushDispatcher;
|
| class ThreadSafeSender;
|
| @@ -113,7 +113,6 @@ class CONTENT_EXPORT BlinkPlatformImpl
|
| blink::WebCrypto* crypto() override;
|
| blink::WebNotificationManager* notificationManager() override;
|
| blink::WebPushProvider* pushProvider() override;
|
| - blink::WebSyncProvider* backgroundSyncProvider() override;
|
|
|
| blink::WebString domCodeStringFromEnum(int dom_code) override;
|
| int domEnumFromCodeString(const blink::WebString& codeString) override;
|
| @@ -141,7 +140,6 @@ class CONTENT_EXPORT BlinkPlatformImpl
|
| scoped_refptr<ThreadSafeSender> thread_safe_sender_;
|
| scoped_refptr<NotificationDispatcher> notification_dispatcher_;
|
| scoped_refptr<PushDispatcher> push_dispatcher_;
|
| - std::unique_ptr<BackgroundSyncProvider> main_thread_sync_provider_;
|
|
|
| blink::scheduler::WebThreadBase* compositor_thread_;
|
| };
|
|
|