| 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);
|
|
|