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

Unified Diff: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.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/ServiceWorkerGlobalScopeProxy.h
diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
index 2dd2328fdca07948ae0e0b43062321b6e22f52e2..66fb7693bfc5980dfa37689549919665e6b07420 100644
--- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
+++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
@@ -81,6 +81,10 @@ class ServiceWorkerGlobalScopeProxy final
void setRegistration(
std::unique_ptr<WebServiceWorkerRegistration::Handle>) override;
void dispatchActivateEvent(int) override;
+ void dispatchBackgroundFetchAbortEvent(int, const WebString& tag) override;
+ void dispatchBackgroundFetchClickEvent(int,
+ const WebString& tag,
+ BackgroundFetchState) override;
void dispatchExtendableMessageEvent(
int eventID,
const WebString& message,

Powered by Google App Engine
This is Rietveld 408576698