| Index: chrome/browser/push_messaging/push_messaging_service_impl.cc
|
| diff --git a/chrome/browser/push_messaging/push_messaging_service_impl.cc b/chrome/browser/push_messaging/push_messaging_service_impl.cc
|
| index b2de8fdec907d6b997916705a7440de6029bfc88..be99393c915b9cefab6a2bc653428370e315db84 100644
|
| --- a/chrome/browser/push_messaging/push_messaging_service_impl.cc
|
| +++ b/chrome/browser/push_messaging/push_messaging_service_impl.cc
|
| @@ -683,10 +683,8 @@ void PushMessagingServiceImpl::OnContentSettingChanged(
|
| const ContentSettingsPattern& secondary_pattern,
|
| ContentSettingsType content_type,
|
| std::string resource_identifier) {
|
| - if (content_type != CONTENT_SETTINGS_TYPE_PUSH_MESSAGING &&
|
| - content_type != CONTENT_SETTINGS_TYPE_NOTIFICATIONS) {
|
| + if (content_type != CONTENT_SETTINGS_TYPE_NOTIFICATIONS)
|
| return;
|
| - }
|
|
|
| std::vector<PushMessagingAppIdentifier> all_app_identifiers =
|
| PushMessagingAppIdentifier::GetAll(profile_);
|
|
|