Chromium Code Reviews| Index: third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp |
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp b/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp |
| index 1535e6683c411fcf8eb5dc6b043ba45148b90a8a..7538c9d01bfbd5ae5426a42559e04cd57edfa2d7 100644 |
| --- a/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp |
| +++ b/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp |
| @@ -174,6 +174,10 @@ void WaitUntilObserver::decrementPendingActivity() |
| m_consumeWindowInteractionTimer.stop(); |
|
Nina
2016/01/21 13:55:36
I can't figure out what this does. Mind giving me
|
| consumeWindowInteraction(nullptr); |
| break; |
| + case NotificationClose: |
| + // TODO(nsatragno): figure out what consumeWindowInteraction does. |
| + client->didHandleNotificationCloseEvent(m_eventID, result); |
| + break; |
| case Push: |
| client->didHandlePushEvent(m_eventID, result); |
| break; |