Index: content/browser/notifications/notification_message_filter.cc |
diff --git a/content/browser/notifications/notification_message_filter.cc b/content/browser/notifications/notification_message_filter.cc |
index afbebc9e52672507396303e60fff95e773cec73d..537e90a25d1ca56a521b912e50c4acdf35a27a8f 100644 |
--- a/content/browser/notifications/notification_message_filter.cc |
+++ b/content/browser/notifications/notification_message_filter.cc |
@@ -101,7 +101,6 @@ void NotificationMessageFilter::OnShowPlatformNotification( |
} |
void NotificationMessageFilter::OnShowPersistentNotification( |
- int request_id, |
int64 service_worker_registration_id, |
const GURL& origin, |
const SkBitmap& icon, |
@@ -120,8 +119,6 @@ void NotificationMessageFilter::OnShowPersistentNotification( |
icon, |
notification_data, |
process_id_); |
- |
- Send(new PlatformNotificationMsg_DidShowPersistent(request_id)); |
} |
void NotificationMessageFilter::OnClosePlatformNotification( |