Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1129)

Unified Diff: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h

Issue 2767093004: Implement the BackgroundFetch{Fail,ed} Service Worker events (Closed)
Patch Set: forward declare the data view Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
index 0cb74a7ada0395210cf49a601a724e3430df231e..b6a81c96c83c9202b3d6e1728dc40dcdb861277d 100644
--- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
+++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
@@ -72,6 +72,12 @@ class ServiceWorkerGlobalScopeClientImpl final
void didHandleBackgroundFetchClickEvent(int eventID,
WebServiceWorkerEventResult,
double eventDispatchTime) override;
+ void didHandleBackgroundFetchFailEvent(int eventID,
+ WebServiceWorkerEventResult,
+ double eventDispatchTime) override;
+ void didHandleBackgroundFetchedEvent(int eventID,
+ WebServiceWorkerEventResult,
+ double eventDispatchTime) override;
void didHandleExtendableMessageEvent(int eventID,
WebServiceWorkerEventResult,
double eventDispatchTime) override;

Powered by Google App Engine
This is Rietveld 408576698