| 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 241a5962567a75d5d167756e407b23411babc902..d744fa89e0460a4603322499a0d770d5fd8e1315 100644
|
| --- a/content/public/common/platform_notification_data.h
|
| +++ b/content/public/common/platform_notification_data.h
|
| @@ -45,6 +45,10 @@ struct CONTENT_EXPORT PlatformNotificationData {
|
|
|
| // URL of the icon which is to be displayed with the notification.
|
| GURL icon;
|
| +
|
| + // Whether default notification indicators (sound, vibration, light) should
|
| + // be suppressed.
|
| + bool silent;
|
| };
|
|
|
| } // namespace content
|
|
|