| Index: chrome/browser/notifications/desktop_notification_service.cc
|
| diff --git a/chrome/browser/notifications/desktop_notification_service.cc b/chrome/browser/notifications/desktop_notification_service.cc
|
| index 24e1fb332d26e55183d3792423665199797c3792..8ef6cc9123433f9378848df13c7e148b3e41a44e 100644
|
| --- a/chrome/browser/notifications/desktop_notification_service.cc
|
| +++ b/chrome/browser/notifications/desktop_notification_service.cc
|
| @@ -253,6 +253,10 @@ void DesktopNotificationService::UpdateContentSetting(
|
| }
|
| }
|
|
|
| +bool DesktopNotificationService::IsRestrictedToSecureOrigins() const {
|
| + return false;
|
| +}
|
| +
|
| void DesktopNotificationService::FirePermissionLevelChangedEvent(
|
| const NotifierId& notifier_id, bool enabled) {
|
| #if defined(ENABLE_EXTENSIONS)
|
|
|