| Index: public/web/WebServiceWorkerContextProxy.h
|
| diff --git a/public/web/WebServiceWorkerContextProxy.h b/public/web/WebServiceWorkerContextProxy.h
|
| index df5865b4120c0306e7c7bd6db317ef6317bd37fe..7118f3c7d921c43a4a1700ba52fc7272ddebe533 100644
|
| --- a/public/web/WebServiceWorkerContextProxy.h
|
| +++ b/public/web/WebServiceWorkerContextProxy.h
|
| @@ -43,6 +43,7 @@ class WebServiceWorkerContextProxy {
|
| public:
|
| virtual ~WebServiceWorkerContextProxy() { }
|
|
|
| + virtual void dispatchActivateEvent(int eventID) = 0;
|
| // FIXME: This needs to pass the active service worker info.
|
| virtual void dispatchInstallEvent(int installEventID) = 0;
|
| // FIXME: This needs to pass the fetch request info.
|
|
|