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() { } |