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

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: Update failing layout test Created 5 years, 10 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..35e1c27b84975c6498f123b0760e2e78ba314d21 100644
--- a/public/platform/Platform.h
+++ b/public/platform/Platform.h
@@ -60,6 +60,7 @@ class GrContext;
namespace blink {
class WebAudioBus;
+class WebSyncProvider;
class WebBlobRegistry;
class WebBluetooth;
class WebClipboard;
@@ -654,11 +655,14 @@ public:
virtual WebPushProvider* pushProvider() { return 0; }
-
// navigator.connect --------------------------------------------------
jkarlin 2015/02/27 20:08:12 Double vertical space here seems to be the norm. A
virtual WebNavigatorConnectProvider* navigatorConnectProvider() { return 0; }
+ // Background Sync API------------------------------------------------------------
+
+ virtual WebSyncProvider* backgroundSyncProvider() { return 0; }
+
protected:
BLINK_PLATFORM_EXPORT Platform();
virtual ~Platform() { }
« no previous file with comments | « Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl ('k') | public/platform/modules/background_sync/WebSyncProvider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698