| Index: public/web/WebServiceWorkerContextClient.h
|
| diff --git a/public/web/WebServiceWorkerContextClient.h b/public/web/WebServiceWorkerContextClient.h
|
| index 850843d01e44e49441faf3557155cc129a67167e..4eb2f57a763b5fd895e4fc814f636371fdb477a6 100644
|
| --- a/public/web/WebServiceWorkerContextClient.h
|
| +++ b/public/web/WebServiceWorkerContextClient.h
|
| @@ -110,6 +110,11 @@ public:
|
| // context.
|
| virtual void didHandleSyncEvent(int syncEventID) { }
|
|
|
| + // ServiceWorker specific method. Called after PushEvent (dispatched via
|
| + // WebServiceWorkerContextProxy) is handled by the ServiceWorker's script
|
| + // context.
|
| + virtual void didHandlePushEvent(int eventID) { }
|
| +
|
| // Ownership of the returned object is transferred to the caller.
|
| virtual WebServiceWorkerNetworkProvider* createServiceWorkerNetworkProvider(blink::WebDataSource*) { return 0; }
|
|
|
|
|