| Index: Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| diff --git a/Source/web/ServiceWorkerGlobalScopeClientImpl.h b/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| index 6e32ebffbbaf11b3d5e5127719ffe8f1eea332da..bf646924c4a34443f85f8f71ba40203caf43e1e8 100644
|
| --- a/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| +++ b/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| @@ -47,6 +47,7 @@ public:
|
| virtual void didHandleInstallEvent(int installEventID, WebServiceWorkerEventResult) OVERRIDE;
|
| virtual void didHandleFetchEvent(int fetchEventID, PassRefPtr<WebCore::Response>) OVERRIDE;
|
| virtual void didHandleSyncEvent(int syncEventID) OVERRIDE;
|
| + virtual void requestSyncEvents(int syncRegisterID, bool requested) OVERRIDE;
|
|
|
| private:
|
| ServiceWorkerGlobalScopeClientImpl(PassOwnPtr<WebServiceWorkerContextClient>);
|
|
|