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

Unified Diff: content/child/notifications/notification_dispatcher.h

Issue 758603002: Use Mojo Permission Service when requesting Notifications permission. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permission_geolocation_follow_up
Patch Set: Created 6 years, 1 month 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/child/notifications/notification_dispatcher.h
diff --git a/content/child/notifications/notification_dispatcher.h b/content/child/notifications/notification_dispatcher.h
index be4ada94f243663d53ef554efa64c2af0ae3f0c8..5e3fd7d4f1b28c71c509e93b0b4e530b8a6769e9 100644
--- a/content/child/notifications/notification_dispatcher.h
+++ b/content/child/notifications/notification_dispatcher.h
@@ -31,8 +31,6 @@ class NotificationDispatcher : public ChildMessageFilter {
~NotificationDispatcher() override;
private:
- bool ShouldHandleMessage(const IPC::Message& msg);
-
// ChildMessageFilter implementation.
base::TaskRunner* OverrideTaskRunnerForMessage(const IPC::Message& msg)
override;

Powered by Google App Engine
This is Rietveld 408576698