| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| index 58051b7b419ff89f076f26b9d1d9d1c390313c9d..0338e3b66773cd948ab68519844b498fc14aa327 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| @@ -97,6 +97,11 @@ void ServiceWorkerGlobalScopeClientImpl::didHandleNotificationClickEvent(int eve
|
| m_client.didHandleNotificationClickEvent(eventID, result);
|
| }
|
|
|
| +void ServiceWorkerGlobalScopeClientImpl::didHandleNotificationCloseEvent(int eventID, WebServiceWorkerEventResult result)
|
| +{
|
| + m_client.didHandleNotificationCloseEvent(eventID, result);
|
| +}
|
| +
|
| void ServiceWorkerGlobalScopeClientImpl::didHandlePushEvent(int pushEventID, WebServiceWorkerEventResult result)
|
| {
|
| m_client.didHandlePushEvent(pushEventID, result);
|
|
|