| 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 04734d10174cc6a3e0742d56480536bf374d35ba..c9dcf9177adbecc223c2c6137c46f6d847fd920c 100644
|
| --- a/chrome/browser/notifications/platform_notification_service_impl.cc
|
| +++ b/chrome/browser/notifications/platform_notification_service_impl.cc
|
| @@ -262,9 +262,6 @@ void PlatformNotificationServiceImpl::DisplayNotification(
|
| base::Bind(&CancelNotification,
|
| notification.delegate_id(),
|
| NotificationUIManager::GetProfileID(profile));
|
| -
|
| - HostContentSettingsMapFactory::GetForProfile(profile)->UpdateLastUsage(
|
| - origin, origin, CONTENT_SETTINGS_TYPE_NOTIFICATIONS);
|
| }
|
|
|
| void PlatformNotificationServiceImpl::DisplayPersistentNotification(
|
| @@ -295,9 +292,6 @@ void PlatformNotificationServiceImpl::DisplayPersistentNotification(
|
| GetNotificationUIManager()->Add(notification, profile);
|
| content::RecordAction(
|
| base::UserMetricsAction("Notifications.Persistent.Shown"));
|
| -
|
| - HostContentSettingsMapFactory::GetForProfile(profile)->UpdateLastUsage(
|
| - origin, origin, CONTENT_SETTINGS_TYPE_NOTIFICATIONS);
|
| }
|
|
|
| void PlatformNotificationServiceImpl::ClosePersistentNotification(
|
|
|