linux: Adapt to new Notification style

This commit is contained in:
Cheng Zhao 2015-12-25 11:52:19 +08:00
parent 82cef44623
commit 870e6a6f89
6 changed files with 210 additions and 191 deletions

View file

@ -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);