diff options
Diffstat (limited to 'chrome/browser/notifications/desktop_notification_service.h')
-rw-r--r-- | chrome/browser/notifications/desktop_notification_service.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/notifications/desktop_notification_service.h b/chrome/browser/notifications/desktop_notification_service.h index 46defd4..cd9dbd0 100644 --- a/chrome/browser/notifications/desktop_notification_service.h +++ b/chrome/browser/notifications/desktop_notification_service.h @@ -195,6 +195,10 @@ class DesktopNotificationService : public BrowserContextKeyedService, // Called when the enabled_sync_notifier_id pref has been changed. void OnEnabledSyncNotifierIdsChanged(); + void FirePermissionLevelChangedEvent( + const message_center::NotifierId& notifier_id, + bool enabled); + // content::NotificationObserver: virtual void Observe(int type, const content::NotificationSource& source, |