Index: public/web/WebServiceWorkerContextProxy.h |
diff --git a/public/web/WebServiceWorkerContextProxy.h b/public/web/WebServiceWorkerContextProxy.h |
index bf2e44d68eedbe17c179d24250c1fdc3587ff2f0..3a21bf16cdf5cde2e56c972450fdbda1928a0762 100644 |
--- a/public/web/WebServiceWorkerContextProxy.h |
+++ b/public/web/WebServiceWorkerContextProxy.h |
@@ -61,7 +61,9 @@ public: |
virtual void dispatchMessageEvent(const WebString& message, const WebMessagePortChannelArray& channels) = 0; |
+ // TODO(johnme): Remove this once callers have migrated to the method below. |
virtual void dispatchNotificationClickEvent(int eventID, int64_t notificationID, const WebNotificationData&) = 0; |
+ virtual void dispatchNotificationClickEvent(int eventID, int64_t notificationID, const WebNotificationData&, int actionIndex) = 0; |
virtual void dispatchPushEvent(int eventID, const WebString& data) = 0; |