Index: public/web/WebServiceWorkerContextProxy.h |
diff --git a/public/web/WebServiceWorkerContextProxy.h b/public/web/WebServiceWorkerContextProxy.h |
index 75ed780f4c969fcfd11337acad9550894da551ab..72e63fefc33137c6599ee988ee929bf15149cefe 100644 |
--- a/public/web/WebServiceWorkerContextProxy.h |
+++ b/public/web/WebServiceWorkerContextProxy.h |
@@ -60,8 +60,6 @@ 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; |