Fix building on Linux
This commit is contained in:
parent
9e12036823
commit
6d62b0960e
2 changed files with 5 additions and 3 deletions
|
@ -27,7 +27,7 @@ class NotificationPresenterLinux : public NotificationPresenter {
|
|||
// NotificationPresenter:
|
||||
virtual void ShowNotification(
|
||||
const content::ShowDesktopNotificationHostMsgParams&,
|
||||
content::DesktopNotificationDelegate* delegate,
|
||||
scoped_ptr<content::DesktopNotificationDelegate> delegate,
|
||||
base::Closure* cancel_callback) OVERRIDE;
|
||||
|
||||
void CancelNotification(NotifyNotification* notification);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue