Chromium Code Reviews| Index: Source/modules/serviceworkers/WaitUntilObserver.h |
| diff --git a/Source/modules/serviceworkers/WaitUntilObserver.h b/Source/modules/serviceworkers/WaitUntilObserver.h |
| index d64794f10e655771d0e9df655c4990599815311a..80b7b03a4a245876f7e20e970e8bb36641a24d05 100644 |
| --- a/Source/modules/serviceworkers/WaitUntilObserver.h |
| +++ b/Source/modules/serviceworkers/WaitUntilObserver.h |
| @@ -23,7 +23,8 @@ public: |
| Activate, |
| Install, |
| NotificationClick, |
| - NotificationError |
| + NotificationError, |
| + Push |
| }; |
| static WaitUntilObserver* create(ExecutionContext*, EventType, int eventID); |