Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2441)

Unified Diff: chrome/browser/notifications/desktop_notification_service.h

Issue 661643002: Adds a context message of the security origin for web notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reverts html file. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698