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

Unified Diff: content/public/common/show_desktop_notification_params.h

Issue 728763003: Introduce a //content/ API for dispatching notificationclick events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/public/common/show_desktop_notification_params.h
diff --git a/content/public/common/show_desktop_notification_params.h b/content/public/common/show_desktop_notification_params.h
index c601654409a399cef6243a451cd37639185ca4c7..10114d99ab8f13b8f10f26968e0522039e5b76df 100644
--- a/content/public/common/show_desktop_notification_params.h
+++ b/content/public/common/show_desktop_notification_params.h
@@ -13,6 +13,7 @@
namespace content {
// Parameters used when showing an HTML5 notification.
+// TODO(peter): Rename this to PlatformNotificationData.
struct CONTENT_EXPORT ShowDesktopNotificationHostMsgParams {
ShowDesktopNotificationHostMsgParams();
~ShowDesktopNotificationHostMsgParams();

Powered by Google App Engine
This is Rietveld 408576698