Index: public/web/WebServiceWorkerContextProxy.h |
diff --git a/public/web/WebServiceWorkerContextProxy.h b/public/web/WebServiceWorkerContextProxy.h |
index 053cf0de5a0f00bd73021e70e21561f46d5642df..75ed780f4c969fcfd11337acad9550894da551ab 100644 |
--- a/public/web/WebServiceWorkerContextProxy.h |
+++ b/public/web/WebServiceWorkerContextProxy.h |
@@ -59,6 +59,8 @@ public: |
virtual void dispatchMessageEvent(const WebString& message, const WebMessagePortChannelArray& channels) = 0; |
+ virtual void dispatchNotificationClickEvent(int eventID, int64_t notificationID, const WebNotificationData&) = 0; |
+ // TODO(peter): Remove this method when Chromium has switched over. |
virtual void dispatchNotificationClickEvent(int eventID, const WebString& notificationID, const WebNotificationData&) = 0; |
virtual void dispatchPushEvent(int eventID, const WebString& data) = 0; |