| Index: chrome/browser/notifications/message_center_notification_manager.h
|
| diff --git a/chrome/browser/notifications/message_center_notification_manager.h b/chrome/browser/notifications/message_center_notification_manager.h
|
| index 8fd4e62b6706083df787d976cd134b7cbaee8ce1..397cc22251cacf36189c0bc6bc0bb72d17c722b8 100644
|
| --- a/chrome/browser/notifications/message_center_notification_manager.h
|
| +++ b/chrome/browser/notifications/message_center_notification_manager.h
|
| @@ -90,6 +90,8 @@ class MessageCenterNotificationManager
|
| void AddProfileNotification(ProfileNotification* profile_notification);
|
| void RemoveProfileNotification(ProfileNotification* profile_notification);
|
|
|
| + ProfileNotification* FindProfileNotification(const std::string& id) const;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(MessageCenterNotificationManager);
|
| };
|
|
|
|
|