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

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

Issue 1995663003: Revert of Introduce the Blink NotificationService, move permission checks there (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 919499b47dc451c27e878b1433ec4de87906701a..c8987b7983fa0de649c6a802a4ed57190e1fcef1 100644
--- a/content/browser/notifications/notification_message_filter.h
+++ b/content/browser/notifications/notification_message_filter.h
@@ -53,6 +53,9 @@
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