linux: Adapt to new Notification style
This commit is contained in:
parent
82cef44623
commit
870e6a6f89
6 changed files with 210 additions and 191 deletions
|
@ -32,7 +32,6 @@ class CocoaNotification : public Notification {
|
|||
NSUserNotification* notification() const { return notification_; }
|
||||
|
||||
private:
|
||||
NotificationDelegate* delegate_;
|
||||
base::scoped_nsobject<NSUserNotification> notification_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(CocoaNotification);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue