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 a4e3c09c3480615b3a65033d414cb5e4715e38d0..fffe236ed52e029e9ba078b08247a322695a6fcb 100644 |
--- a/chrome/browser/notifications/desktop_notification_service.cc |
+++ b/chrome/browser/notifications/desktop_notification_service.cc |
@@ -135,7 +135,7 @@ void DesktopNotificationService::RequestNotificationPermission( |
} |
bool DesktopNotificationService::IsNotifierEnabled( |
- const NotifierId& notifier_id) { |
+ const NotifierId& notifier_id) const { |
switch (notifier_id.type) { |
case NotifierId::APPLICATION: |
return disabled_extension_ids_.find(notifier_id.id) == |