| 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 45781bebd8c2792eda0f4e4e9303c55410883fff..defb7aa2e5deebda30669b7ca026eb332f7082e8 100644
|
| --- a/content/public/common/platform_notification_data.h
|
| +++ b/content/public/common/platform_notification_data.h
|
| @@ -78,6 +78,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;
|
|
|
|
|