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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.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/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 fef1ee1be984e08e21be4fedb0fbc1bc66e86fd4..7d27f9da9559eaf63fe09086c34278a6a601a597 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.h
+++ b/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.h
@@ -33,7 +33,9 @@ class MODULES_EXPORT WaitUntilObserver final
Push,
Sync,
BackgroundFetchAbort,
- BackgroundFetchClick
+ BackgroundFetchClick,
+ BackgroundFetchFail,
+ BackgroundFetched
};
static WaitUntilObserver* create(ExecutionContext*, EventType, int eventID);

Powered by Google App Engine
This is Rietveld 408576698