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

Unified Diff: content/browser/notifications/page_notification_delegate.cc

Issue 1904163002: Move Web Notifications to use Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@skbitmap-blink
Patch Set: resolves the promise Created 4 years, 8 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
Index: content/browser/notifications/page_notification_delegate.cc
diff --git a/content/browser/notifications/page_notification_delegate.cc b/content/browser/notifications/page_notification_delegate.cc
index 03f5b588e69c4510d97754f5707143ede15d0c67..33697a8b9680b15ba38b3b015385c2e02aca2290 100644
--- a/content/browser/notifications/page_notification_delegate.cc
+++ b/content/browser/notifications/page_notification_delegate.cc
@@ -32,9 +32,11 @@ void PageNotificationDelegate::NotificationClosed() {
return;
sender->Send(new PlatformNotificationMsg_DidClose(notification_id_));
+/**
static_cast<RenderProcessHostImpl*>(sender)
->notification_message_filter()
->DidCloseNotification(notification_id_);
+**/
}
void PageNotificationDelegate::NotificationClick() {

Powered by Google App Engine
This is Rietveld 408576698