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

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

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 | « content/child/notifications/notification_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/notifications/notification_manager.cc
diff --git a/content/child/notifications/notification_manager.cc b/content/child/notifications/notification_manager.cc
index 40ad89efb20115ddfb4fdba4a48e4f982cad2d38..b951ba720cc957e5d0ba0c60291305c809f90985 100644
--- a/content/child/notifications/notification_manager.cc
+++ b/content/child/notifications/notification_manager.cc
@@ -141,11 +141,6 @@ void NotificationManager::closePersistent(
base::UTF16ToUTF8(persistent_notification_id)));
}
-void NotificationManager::closePersistent(
- const blink::WebString& persistent_notification_id) {
- closePersistent(blink::WebSerializedOrigin(), persistent_notification_id);
-}
-
void NotificationManager::notifyDelegateDestroyed(
blink::WebNotificationDelegate* delegate) {
if (pending_notifications_.CancelPageNotificationFetches(delegate))
« no previous file with comments | « content/child/notifications/notification_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698