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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.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/modules/serviceworkers/WaitUntilObserver.h
diff --git a/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.h b/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.h
index 910007bc152b4ad4da9135990bb6fbd374a7b78b..fef1ee1be984e08e21be4fedb0fbc1bc66e86fd4 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.h
+++ b/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.h
@@ -31,7 +31,9 @@ class MODULES_EXPORT WaitUntilObserver final
NotificationClose,
PaymentRequest,
Push,
- Sync
+ Sync,
+ BackgroundFetchAbort,
+ BackgroundFetchClick
};
static WaitUntilObserver* create(ExecutionContext*, EventType, int eventID);

Powered by Google App Engine
This is Rietveld 408576698