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

Unified Diff: content/common/desktop_notification_messages.h

Issue 433433002: Remove code for the old Web Notification permission-path. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/common/desktop_notification_messages.h
diff --git a/content/common/desktop_notification_messages.h b/content/common/desktop_notification_messages.h
index 48506dd8cf8816f2d62542103b905aab30bfef6b..691afaa9deb54e11d39a4fa3ff775358c4f0e97f 100644
--- a/content/common/desktop_notification_messages.h
+++ b/content/common/desktop_notification_messages.h
@@ -40,10 +40,6 @@ IPC_MESSAGE_ROUTED2(DesktopNotificationMsg_PostClose,
IPC_MESSAGE_ROUTED1(DesktopNotificationMsg_PostClick,
int /* notification_id */)
-// Informs the renderer that the one if its notifications has closed.
-IPC_MESSAGE_ROUTED1(DesktopNotificationMsg_PermissionRequestDone,
- int /* request_id */)
-
// Messages sent from the renderer to the browser.
IPC_MESSAGE_ROUTED2(DesktopNotificationHostMsg_Show,
@@ -53,10 +49,6 @@ IPC_MESSAGE_ROUTED2(DesktopNotificationHostMsg_Show,
IPC_MESSAGE_ROUTED1(DesktopNotificationHostMsg_Cancel,
int /* notification_id */)
-IPC_MESSAGE_ROUTED2(DesktopNotificationHostMsg_RequestPermission,
- GURL /* origin */,
- int /* callback_context */)
-
IPC_SYNC_MESSAGE_ROUTED1_1(DesktopNotificationHostMsg_CheckPermission,
GURL /* origin */,
int /* permission_result */)
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | content/renderer/active_notification_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698