| Index: mojo/services/notifications/interfaces/notifications.mojom
|
| diff --git a/mojo/services/notifications/interfaces/notifications.mojom b/mojo/services/notifications/interfaces/notifications.mojom
|
| index df36918a38d85d6d5b2eb64c641ecd58ca21f9a1..5739466d33b15c9e05246885677e68954c35e716 100644
|
| --- a/mojo/services/notifications/interfaces/notifications.mojom
|
| +++ b/mojo/services/notifications/interfaces/notifications.mojom
|
| @@ -11,6 +11,17 @@ struct NotificationData {
|
|
|
| // Text to be displayed along with the notification, if supported.
|
| string? text;
|
| +
|
| + // Indicates if notification sound must be played when notification is shown.
|
| + bool play_sound;
|
| +
|
| + // Indicates if the device should vibrate, if it supports vibration.
|
| + bool vibrate;
|
| +
|
| + // Indicates if notification lights must be set so that the lights can blink
|
| + // till the notification is attended. Note this would depend on the device
|
| + // support for notification lights.
|
| + bool set_lights;
|
| };
|
|
|
| // Interaction with a posted notification will be communicated through the
|
|
|