| Index: chrome/browser/notifications/desktop_notification_service.h
|
| diff --git a/chrome/browser/notifications/desktop_notification_service.h b/chrome/browser/notifications/desktop_notification_service.h
|
| index 8f1e167c2b3f8870ecfddd560bd7e93986a5fd4a..7d9c947b6c9433e2a9eab2942f90ed1e57588879 100644
|
| --- a/chrome/browser/notifications/desktop_notification_service.h
|
| +++ b/chrome/browser/notifications/desktop_notification_service.h
|
| @@ -94,6 +94,7 @@ class DesktopNotificationService : public PermissionContextBase
|
| void UpdateContentSetting(const GURL& requesting_origin,
|
| const GURL& embedder_origin,
|
| ContentSetting content_setting) override;
|
| + bool RestrictToSecureOrigins() const override;
|
|
|
| // The profile which owns this object.
|
| Profile* profile_;
|
|
|