| Index: chrome/browser/notifications/platform_notification_service_impl.cc
|
| diff --git a/chrome/browser/notifications/platform_notification_service_impl.cc b/chrome/browser/notifications/platform_notification_service_impl.cc
|
| index 56908d85b8691880bd8035162cc15555a6b986cf..9d1ec98bcab4e38a910423306454ef54b603dc57 100644
|
| --- a/chrome/browser/notifications/platform_notification_service_impl.cc
|
| +++ b/chrome/browser/notifications/platform_notification_service_impl.cc
|
| @@ -317,8 +317,8 @@ bool PlatformNotificationServiceImpl::GetDisplayedPersistentNotifications(
|
| return false; // Tests will not have a message center.
|
|
|
| // TODO(peter): Filter for persistent notifications only.
|
| - *displayed_notifications =
|
| - GetNotificationUIManager()->GetAllIdsByProfile(profile);
|
| + *displayed_notifications = GetNotificationUIManager()->GetAllIdsByProfile(
|
| + NotificationUIManager::GetProfileID(profile));
|
|
|
| return true;
|
| #else
|
|
|