| 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 65a8891caec3439a4410cc7c220bf1284076d03b..43d741511054e0d7e868103c39dc2b105eaf4a42 100644
|
| --- a/content/public/common/platform_notification_data.h
|
| +++ b/content/public/common/platform_notification_data.h
|
| @@ -75,6 +75,10 @@ struct CONTENT_EXPORT PlatformNotificationData {
|
| base::Time timestamp;
|
|
|
| // Whether default notification indicators (sound, vibration, light) should
|
| + // be played again if the notification is replacing an older notification.
|
| + bool renotify = false;
|
| +
|
| + // Whether default notification indicators (sound, vibration, light) should
|
| // be suppressed.
|
| bool silent = false;
|
|
|
|
|