| Index: third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| diff --git a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| index 18fadb686c9ee2f8df2195005ee0f869eebc87b9..951e7e19458e5828a3bcb0d0f864596f01d99c9b 100644
|
| --- a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| +++ b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| @@ -108,6 +108,10 @@ public:
|
| // ServiceWorker specific method.
|
| virtual void didHandleActivateEvent(int eventID, WebServiceWorkerEventResult result) { }
|
|
|
| + // Called after ExtendableMessageEvent is handled by the ServiceWorker's
|
| + // script context.
|
| + virtual void didHandleExtendableMessageEvent(int eventID, WebServiceWorkerEventResult result) { }
|
| +
|
| // ServiceWorker specific methods. Called after FetchEvent is handled by the
|
| // ServiceWorker's script context. When no response is provided, the browser
|
| // should fallback to native fetch.
|
|
|