Chromium Code Reviews| 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..f6d7edd9d9dc4e083f16fe49822005fef3808544 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 surpressed. |
|
Avi (use Gerrit)
2015/02/26 22:43:49
suppressed
Peter Beverloo
2015/02/26 23:02:41
Done.
|
| + bool silent; |
| }; |
| } // namespace content |