| Index: ui/message_center/cocoa/popup_controller.mm
|
| diff --git a/ui/message_center/cocoa/popup_controller.mm b/ui/message_center/cocoa/popup_controller.mm
|
| index 6cb57ec28e335ceabe3d8bd297e70d49fa3b33fd..f574fc08062d87bb0ea1ba5d4ce5b43e124436c0 100644
|
| --- a/ui/message_center/cocoa/popup_controller.mm
|
| +++ b/ui/message_center/cocoa/popup_controller.mm
|
| @@ -43,6 +43,10 @@ enum {
|
| return self;
|
| }
|
|
|
| +- (MCNotificationController*)notificationController {
|
| + return notificationController_.get();
|
| +}
|
| +
|
| - (const message_center::Notification*)notification {
|
| return [notificationController_ notification];
|
| }
|
|
|