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

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

Issue 1620203004: Notification action icons prototype. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make it work on Android and clean up. Created 4 years, 11 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/public/common/platform_notification_data.h
diff --git a/content/public/common/platform_notification_data.h b/content/public/common/platform_notification_data.h
index 4a9609ef169c02cdf566acd59cadd54348004cff..36d3ac635d413306e9edba93014fcf0830135ec5 100644
--- a/content/public/common/platform_notification_data.h
+++ b/content/public/common/platform_notification_data.h
@@ -26,6 +26,9 @@ struct CONTENT_EXPORT PlatformNotificationAction {
// Title of the button.
base::string16 title;
+
+ // URL of the icon for the button.
+ GURL icon;
};
// Structure representing the information associated with a Web Notification.
« no previous file with comments | « content/public/common/notification_resources.h ('k') | third_party/WebKit/Source/modules/notifications/Notification.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698