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 d2cd23ce20b152fdd374ef2afab0c1f709373221..ced0643a513f341f02283abaecbeb2fb818fb9e8 100644 |
--- a/chrome/browser/notifications/message_center_notification_manager.h |
+++ b/chrome/browser/notifications/message_center_notification_manager.h |
@@ -89,6 +89,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); |
}; |