| 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 8320e6ebfa61fd41e900a38465d410d21ebc99fc..d47f5d98f1834faf492f94d12ef65b9bf2d8e53d 100644
|
| --- a/content/browser/notifications/notification_database_data.proto
|
| +++ b/content/browser/notifications/notification_database_data.proto
|
| @@ -30,7 +30,7 @@ message NotificationDatabaseDataProto {
|
| // Actual data payload of the notification. This message is the protocol
|
| // buffer meant to serialize the content::PlatformNotificationData structure.
|
| //
|
| - // Next tag: 13
|
| + // Next tag: 14
|
| message NotificationData {
|
| enum Direction {
|
| LEFT_TO_RIGHT = 0;
|
| @@ -46,6 +46,7 @@ message NotificationDatabaseDataProto {
|
| optional string icon = 6;
|
| repeated int32 vibration_pattern = 9 [packed=true];
|
| optional int64 timestamp = 12;
|
| + optional bool renotify = 13;
|
| optional bool silent = 7;
|
| optional bool require_interaction = 11;
|
| optional bytes data = 8;
|
|
|