Addressed review feedback
This commit is contained in:
parent
f73233ee55
commit
fbe3b27409
2 changed files with 0 additions and 3 deletions
|
@ -19,7 +19,6 @@ NotificationPresenter::~NotificationPresenter() {
|
|||
base::WeakPtr<Notification> NotificationPresenter::CreateNotification(
|
||||
NotificationDelegate* delegate) {
|
||||
Notification* notification = CreateNotificationObject(delegate);
|
||||
if (!notification) return {};
|
||||
notifications_.insert(notification);
|
||||
return notification->GetWeakPtr();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue