Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h |
diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h |
index f6c225132f967660ad9320db30129d3016ae890e..44e3be60f517323381bbec38dcd97bda63e00620 100644 |
--- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h |
+++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h |
@@ -85,6 +85,14 @@ class ServiceWorkerGlobalScopeProxy final |
void dispatchBackgroundFetchClickEvent(int, |
const WebString& tag, |
BackgroundFetchState) override; |
+ void dispatchBackgroundFetchFailEvent( |
+ int, |
+ const WebString& tag, |
+ const WebVector<WebBackgroundFetchSettledFetch>& fetches) override; |
+ void dispatchBackgroundFetchedEvent( |
+ int, |
+ const WebString& tag, |
+ const WebVector<WebBackgroundFetchSettledFetch>& fetches) override; |
void dispatchExtendableMessageEvent( |
int eventID, |
const WebString& message, |