| Index: public/platform/Platform.h
|
| diff --git a/public/platform/Platform.h b/public/platform/Platform.h
|
| index c30e8d260c924fd0f1bf3ef4b6b7e84bfa786c7f..a71912a13b1ec9c7b1d4bf1ea910dedd74d1c2ed 100644
|
| --- a/public/platform/Platform.h
|
| +++ b/public/platform/Platform.h
|
| @@ -101,6 +101,7 @@ class WebSocketHandle;
|
| class WebSpeechSynthesizer;
|
| class WebSpeechSynthesizerClient;
|
| class WebStorageNamespace;
|
| +class WebSyncProvider;
|
| struct WebFloatPoint;
|
| class WebThemeEngine;
|
| class WebThread;
|
| @@ -666,6 +667,10 @@ public:
|
| virtual WebPermissionClient* permissionClient() { return 0; }
|
|
|
|
|
| + // Background Sync API------------------------------------------------------------
|
| +
|
| + virtual WebSyncProvider* backgroundSyncProvider() { return 0; }
|
| +
|
| protected:
|
| BLINK_PLATFORM_EXPORT Platform();
|
| virtual ~Platform() { }
|
|
|