Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1520)

Unified Diff: content/child/notifications/notification_manager.h

Issue 985693004: Remove the old signature of NotificationManager::closePersistent(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@n-close-data
Patch Set: rebase Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/child/notifications/notification_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « no previous file | content/child/notifications/notification_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698