Index: third_party/WebKit/public/platform/modules/notifications/WebNotificationManager.h |
diff --git a/third_party/WebKit/public/platform/modules/notifications/WebNotificationManager.h b/third_party/WebKit/public/platform/modules/notifications/WebNotificationManager.h |
index f5a0cc904ced876585ad8f392416c8c2b604815b..8a3edd706136459150554ef66f15093d6288770e 100644 |
--- a/third_party/WebKit/public/platform/modules/notifications/WebNotificationManager.h |
+++ b/third_party/WebKit/public/platform/modules/notifications/WebNotificationManager.h |
@@ -47,11 +47,8 @@ public: |
// considered. Will take ownership of the WebNotificationGetCallbacks object. |
virtual void getNotifications(const WebString& filterTag, WebServiceWorkerRegistration*, WebNotificationGetCallbacks*) = 0; |
- // Closes a notification previously shown, and removes it if being shown. |
- virtual void close(WebNotificationDelegate*) = 0; |
- |
- // Closes a persistent notification identified by its notification Id. |
- virtual void closePersistent(const WebSecurityOrigin&, const WebString& tag, const WebString& notificationId) = 0; |
+ // Closes a notification identified by its notification Id. |
+ virtual void close(const WebSecurityOrigin&, const WebString& tag, const WebString& notificationId) = 0; |
// Indicates that the delegate object is being destroyed, and must no longer |
// be used by the embedder to dispatch events. |