Implement Notification.close()
This commit is contained in:
parent
dde3c3f78f
commit
080d9f59e9
5 changed files with 70 additions and 4 deletions
|
@ -48,4 +48,11 @@ void BrowserClient::ShowDesktopNotification(
|
|||
notification_presenter()->ShowNotification(params, render_process_id, render_view_id);
|
||||
}
|
||||
|
||||
void BrowserClient::CancelDesktopNotification(
|
||||
int render_process_id,
|
||||
int render_view_id,
|
||||
int notification_id) {
|
||||
notification_presenter()->CancelNotification(render_process_id, render_view_id, notification_id);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue