Fix compilation on Linux
This commit is contained in:
parent
6033e5bea3
commit
54e58ae255
4 changed files with 9 additions and 8 deletions
|
@ -25,8 +25,8 @@ class NotificationPresenterLinux : public NotificationPresenter {
|
|||
|
||||
private:
|
||||
// NotificationPresenter:
|
||||
virtual void ShowNotification(
|
||||
const content::ShowDesktopNotificationHostMsgParams&,
|
||||
void ShowNotification(
|
||||
const content::PlatformNotificationData&,
|
||||
scoped_ptr<content::DesktopNotificationDelegate> delegate,
|
||||
base::Closure* cancel_callback) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue