Add a parameter to ShowNotification for the icon
This commit is contained in:
parent
1cf1b5243d
commit
b8689dc6cc
3 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,7 @@ class NotificationPresenterLinux : public NotificationPresenter {
|
|||
// NotificationPresenter:
|
||||
void ShowNotification(
|
||||
const content::PlatformNotificationData&,
|
||||
const SkBitmap& icon,
|
||||
scoped_ptr<content::DesktopNotificationDelegate> delegate,
|
||||
base::Closure* cancel_callback) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue