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