DescriptionRemove notifications when apps and OTR Profiles are removed.
This patch modifies DesktopNotificationService so that it
doesn't listen for the NOTIFICATION_PROFILE_DESTROYED or
NOTIFICATION_APP_UNLOADED messages, instead the
NotificationUIManagerImpl now does that directly.
Additionally, MessageCenterNotificationManager used
IsSameProfile when matching profiles to clear, but that
should have been just "==", since we don't want closing an
incognito profile to also close all notifications for the
parent profile.
BUG=196408
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=188302
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|