| Index: content/child/notifications/notification_manager.h
|
| diff --git a/content/child/notifications/notification_manager.h b/content/child/notifications/notification_manager.h
|
| index d92edc8044454cb0d157d9be223a7e8db40febe9..6adce8741ea7a7368fbfd9fdbf2786b32c49cb0c 100644
|
| --- a/content/child/notifications/notification_manager.h
|
| +++ b/content/child/notifications/notification_manager.h
|
| @@ -49,9 +49,6 @@ class NotificationManager : public blink::WebNotificationManager,
|
| 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);
|
| virtual blink::WebNotificationPermission checkPermission(
|
|
|