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

Unified Diff: content/child/blink_platform_impl.h

Issue 2473483012: Move content/child/background_sync to Blink. (Closed)
Patch Set: Fix nits Created 4 years, 1 month 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
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_;
};
« no previous file with comments | « content/child/background_sync/background_sync_type_converters_unittest.cc ('k') | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698