| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| index d9492aed51434355a697cec45855dfcbbcbf1987..2a27b6c2e989188f8b32210210cf64f3ba367f76 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| @@ -77,6 +77,12 @@ class MODULES_EXPORT ServiceWorkerGlobalScopeClient
|
| virtual void didHandleActivateEvent(int eventID,
|
| WebServiceWorkerEventResult,
|
| double eventDispatchTime) = 0;
|
| + virtual void didHandleBackgroundFetchAbortEvent(int eventID,
|
| + WebServiceWorkerEventResult,
|
| + double eventDispatchTime) = 0;
|
| + virtual void didHandleBackgroundFetchClickEvent(int eventID,
|
| + WebServiceWorkerEventResult,
|
| + double eventDispatchTime) = 0;
|
| virtual void didHandleExtendableMessageEvent(int eventID,
|
| WebServiceWorkerEventResult,
|
| double eventDispatchTime) = 0;
|
|
|