Index: content/child/notifications/notification_manager.h |
diff --git a/content/child/notifications/notification_manager.h b/content/child/notifications/notification_manager.h |
index ee64f3c10638cbe1dc88e687ca3b24ff16f9aee5..d92edc8044454cb0d157d9be223a7e8db40febe9 100644 |
--- a/content/child/notifications/notification_manager.h |
+++ b/content/child/notifications/notification_manager.h |
@@ -47,6 +47,10 @@ class NotificationManager : public blink::WebNotificationManager, |
blink::WebNotificationShowCallbacks* callbacks); |
virtual void close(blink::WebNotificationDelegate* delegate); |
virtual void closePersistent( |
+ const blink::WebSerializedOrigin& origin, |
+ const blink::WebString& persistent_notification_id); |
+ // TODO(peter): Remove this method when Blink has been updated. |
+ virtual void closePersistent( |
const blink::WebString& persistent_notification_id); |
virtual void notifyDelegateDestroyed( |
blink::WebNotificationDelegate* delegate); |