| 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 5599d7ed929b2d0eb9cc24bc64a4c157ef2f09ea..4353166ba05add2368467df6bffe32d836621d73 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.h
|
| @@ -26,6 +26,7 @@ class MODULES_EXPORT WaitUntilObserver final : public GarbageCollectedFinalized<
|
| public:
|
| enum EventType {
|
| Activate,
|
| + ExtendableMessage,
|
| Install,
|
| NotificationClick,
|
| Push,
|
|
|