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

Unified Diff: public/platform/Platform.h

Issue 963683002: Add IDL and initial Blink API for Background Sync (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add OWNERS for platform/modules/background_sync Created 5 years, 9 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
Index: public/platform/Platform.h
diff --git a/public/platform/Platform.h b/public/platform/Platform.h
index 562aa1cc9017ff92c597bc1b64e3888c913f8974..8c239a1bd1bb34b2a6ed9ca33efb46a20cc1858d 100644
--- a/public/platform/Platform.h
+++ b/public/platform/Platform.h
@@ -100,6 +100,7 @@ class WebSocketHandle;
class WebSpeechSynthesizer;
class WebSpeechSynthesizerClient;
class WebStorageNamespace;
+class WebSyncProvider;
struct WebFloatPoint;
class WebThemeEngine;
class WebThread;
@@ -659,6 +660,11 @@ public:
virtual WebNavigatorConnectProvider* navigatorConnectProvider() { return 0; }
+
+ // Background Sync API------------------------------------------------------------
+
+ virtual WebSyncProvider* backgroundSyncProvider() { return 0; }
+
protected:
BLINK_PLATFORM_EXPORT Platform();
virtual ~Platform() { }

Powered by Google App Engine
This is Rietveld 408576698