We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee296e4 commit a05939eCopy full SHA for a05939e
src/nw_notification_manager_mac.mm
@@ -105,6 +105,7 @@ -(void)userNotificationCenter:(NSUserNotificationCenter *)center didActivateNoti
105
desktop_notification_params.params_ = params;
106
desktop_notification_params.render_process_id_ = render_process_id;
107
desktop_notification_params.render_frame_id_ = render_frame_id;
108
+ desktop_notification_params.notification_id_ = notification_id;
109
110
// download the icon image first
111
content::WebContents::ImageDownloadCallback imageDownloadCallback = base::Bind(&NotificationManager::ImageDownloadCallback);
0 commit comments