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 aa27512e82962ff47e87595b0cffb293e89bb8f0..483df639061940ddb5f0905e454edaa97aae9d88 100644 |
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
@@ -84,6 +84,12 @@ class MODULES_EXPORT ServiceWorkerGlobalScopeClient |
virtual void didHandleBackgroundFetchClickEvent(int eventID, |
WebServiceWorkerEventResult, |
double eventDispatchTime) = 0; |
+ virtual void didHandleBackgroundFetchFailEvent(int eventID, |
+ WebServiceWorkerEventResult, |
+ double eventDispatchTime) = 0; |
+ virtual void didHandleBackgroundFetchedEvent(int eventID, |
+ WebServiceWorkerEventResult, |
+ double eventDispatchTime) = 0; |
virtual void didHandleExtendableMessageEvent(int eventID, |
WebServiceWorkerEventResult, |
double eventDispatchTime) = 0; |