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 16b0cd573ddca6801c84bb4ce0286a56fb0a3d9a..0c7407fb5db41d6b3090608f2117b3f3c4354794 100644 |
--- a/chrome/browser/notifications/desktop_notification_service.h |
+++ b/chrome/browser/notifications/desktop_notification_service.h |
@@ -65,7 +65,7 @@ class DesktopNotificationService : public PermissionContextBase |
// Returns true if the notifier with |notifier_id| is allowed to send |
// notifications. |
- bool IsNotifierEnabled(const message_center::NotifierId& notifier_id); |
+ bool IsNotifierEnabled(const message_center::NotifierId& notifier_id) const; |
// Updates the availability of the notifier. |
void SetNotifierEnabled(const message_center::NotifierId& notifier_id, |