Index: public/web/WebServiceWorkerContextProxy.h |
diff --git a/public/web/WebServiceWorkerContextProxy.h b/public/web/WebServiceWorkerContextProxy.h |
index 3a21bf16cdf5cde2e56c972450fdbda1928a0762..84f8be975cb511cd9040f337bf1293ded246daef 100644 |
--- a/public/web/WebServiceWorkerContextProxy.h |
+++ b/public/web/WebServiceWorkerContextProxy.h |
@@ -61,8 +61,6 @@ 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; |