| Index: components/arc/common/notifications.mojom
|
| diff --git a/components/arc/common/notifications.mojom b/components/arc/common/notifications.mojom
|
| index 023b3ddab7ea05c4167df561fae65faced073840..86a6963d0dde34ffc70fcf256a91bfb4de82ed1a 100644
|
| --- a/components/arc/common/notifications.mojom
|
| +++ b/components/arc/common/notifications.mojom
|
| @@ -75,7 +75,7 @@ struct ArcToastData {
|
| // Unique identifier
|
| string id;
|
| // Toast text.
|
| - string text;
|
| + string? text;
|
| // Toast duration in milliseconds.
|
| int32 duration;
|
| };
|
|
|