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 164054ace623fb41314e51623d6751312d8a17b8..7f7cfeb15b84edee7abccd91d58b689fbfcb27b8 100644 |
--- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp |
+++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp |
@@ -102,6 +102,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); |