| Index: public/web/WebServiceWorkerContextProxy.h
|
| diff --git a/public/web/WebServiceWorkerContextProxy.h b/public/web/WebServiceWorkerContextProxy.h
|
| index 291309219309600f00d06cb1609c4a10a67039d7..053cf0de5a0f00bd73021e70e21561f46d5642df 100644
|
| --- a/public/web/WebServiceWorkerContextProxy.h
|
| +++ b/public/web/WebServiceWorkerContextProxy.h
|
| @@ -39,6 +39,7 @@ namespace blink {
|
| struct WebCircularGeofencingRegion;
|
| struct WebCrossOriginServiceWorkerClient;
|
| struct WebNotificationData;
|
| +class WebServiceWorkerRegistration;
|
| class WebServiceWorkerRequest;
|
| class WebString;
|
|
|
| @@ -48,6 +49,7 @@ class WebServiceWorkerContextProxy {
|
| public:
|
| virtual ~WebServiceWorkerContextProxy() { }
|
|
|
| + virtual void setRegistration(WebServiceWorkerRegistration*) = 0;
|
| virtual void dispatchActivateEvent(int eventID) = 0;
|
| // FIXME: This needs to pass the active service worker info.
|
| virtual void dispatchInstallEvent(int installEventID) = 0;
|
|
|