Chromium Code Reviews| Index: Source/modules/serviceworkers/WaitUntilObserver.h |
| diff --git a/Source/modules/serviceworkers/WaitUntilObserver.h b/Source/modules/serviceworkers/WaitUntilObserver.h |
| index 3fac2d4da2d289c7f0c4d255703a43523dfb0569..30fe525fa90923c355a8c7e74b5b1715682ecb3a 100644 |
| --- a/Source/modules/serviceworkers/WaitUntilObserver.h |
| +++ b/Source/modules/serviceworkers/WaitUntilObserver.h |
| @@ -27,7 +27,8 @@ public: |
| Activate, |
| Install, |
| NotificationClick, |
| - Push |
| + Push, |
| + Sync |
| }; |
| static WaitUntilObserver* create(ExecutionContext*, EventType, int eventID); |