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

Unified Diff: content/browser/notifications/notification_database_data.proto

Issue 1644573002: Notification actions may have an icon url. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 10 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
« no previous file with comments | « no previous file | content/browser/notifications/notification_database_data_conversions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/notifications/notification_database_data.proto
diff --git a/content/browser/notifications/notification_database_data.proto b/content/browser/notifications/notification_database_data.proto
index 17620782d9d596c20b85a8b751e8d880f52061ce..8320e6ebfa61fd41e900a38465d410d21ebc99fc 100644
--- a/content/browser/notifications/notification_database_data.proto
+++ b/content/browser/notifications/notification_database_data.proto
@@ -20,10 +20,11 @@ message NotificationDatabaseDataProto {
// A notification action, corresponds to content::PlatformNotificationAction.
//
- // Next tag: 3
+ // Next tag: 4
message NotificationAction {
optional string action = 1;
optional string title = 2;
+ optional string icon = 3;
}
// Actual data payload of the notification. This message is the protocol
« no previous file with comments | « no previous file | content/browser/notifications/notification_database_data_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698