Implement Notification.close()
This commit is contained in:
parent
dde3c3f78f
commit
080d9f59e9
5 changed files with 70 additions and 4 deletions
|
@ -35,6 +35,10 @@ private:
|
|||
int render_process_id,
|
||||
int render_view_id,
|
||||
bool worker) OVERRIDE;
|
||||
virtual void CancelDesktopNotification(
|
||||
int render_process_id,
|
||||
int render_view_id,
|
||||
int notification_id) OVERRIDE;
|
||||
|
||||
BrowserMainParts* browser_main_parts_;
|
||||
scoped_ptr<NotificationPresenter> notification_presenter_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue