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

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

Issue 2748213003: Service Worker event dispatcher for Background Fetch (Closed)
Patch Set: uma fix 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 93ca3a215a47ec253fcd48af0b73fd5739c29bf7..81aea1fdb57efa1337cdee9702f7783bac5876fd 100644
--- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
+++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
@@ -65,6 +65,12 @@ class ServiceWorkerGlobalScopeClientImpl final
void didHandleActivateEvent(int eventID,
WebServiceWorkerEventResult,
double eventDispatchTime) override;
+ void didHandleBackgroundFetchAbortEvent(int eventID,
+ WebServiceWorkerEventResult,
+ double eventDispatchTime) override;
+ void didHandleBackgroundFetchClickEvent(int eventID,
+ WebServiceWorkerEventResult,
+ double eventDispatchTime) override;
void didHandleExtendableMessageEvent(int eventID,
WebServiceWorkerEventResult,
double eventDispatchTime) override;

Powered by Google App Engine
This is Rietveld 408576698