Add an abstract Notification class
This commit is contained in:
parent
41084883cf
commit
9897f3aab0
5 changed files with 47 additions and 15 deletions
|
@ -13,7 +13,7 @@ namespace brightray {
|
|||
|
||||
namespace {
|
||||
|
||||
void RemoveNotification(base::WeakPtr<CocoaNotification> notification) {
|
||||
void RemoveNotification(base::WeakPtr<Notification> notification) {
|
||||
if (notification)
|
||||
notification->DismissNotification();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue