| 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 3047d2b4356e28c5b79410ad156eb755fd97687b..dfd38577cb3ab3c4bd735d853d3626bf3686c129 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
|
|
|