Chromium Code Reviews| 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 03d806ca926ca46c675939ae6de4eec3dee427b8..1acc6d828ed32b1b5855ef0a01cca3978f2a6f0c 100644 |
| --- a/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.h |
| +++ b/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.h |
| @@ -33,6 +33,7 @@ class MODULES_EXPORT WaitUntilObserver final |
| Message, |
| NotificationClick, |
| NotificationClose, |
| + PaymentRequest, |
| Push, |
| Sync |
| }; |