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

Unified Diff: content/browser/notifications/notification_message_filter.h

Issue 2003023002: Introduce the Blink NotificationService, move permission checks there (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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: content/browser/notifications/notification_message_filter.h
diff --git a/content/browser/notifications/notification_message_filter.h b/content/browser/notifications/notification_message_filter.h
index c8987b7983fa0de649c6a802a4ed57190e1fcef1..919499b47dc451c27e878b1433ec4de87906701a 100644
--- a/content/browser/notifications/notification_message_filter.h
+++ b/content/browser/notifications/notification_message_filter.h
@@ -53,9 +53,6 @@ class NotificationMessageFilter : public BrowserMessageFilter {
friend class base::DeleteHelper<NotificationMessageFilter>;
friend class BrowserThread;
- void OnCheckNotificationPermission(
- const GURL& origin,
- blink::mojom::PermissionStatus* permission_status);
void OnShowPlatformNotification(
int notification_id,
const GURL& origin,

Powered by Google App Engine
This is Rietveld 408576698