| Index: components/arc/common/notifications.mojom
|
| diff --git a/components/arc/common/notifications.mojom b/components/arc/common/notifications.mojom
|
| index 0bba915874e2144dcf81eeec6b39d5bba10d08af..37268d204b0489982401a15d1b72a7eaf4c4bf8b 100644
|
| --- a/components/arc/common/notifications.mojom
|
| +++ b/components/arc/common/notifications.mojom
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| //
|
| -// Next MinVersion: 8
|
| +// Next MinVersion: 9
|
|
|
| module arc.mojom;
|
|
|
| @@ -82,6 +82,9 @@ struct ArcNotificationData {
|
| ArcBitmap? snapshot_image;
|
| [MinVersion=7]
|
| float snapshot_image_scale;
|
| + // Accessibility text
|
| + [MinVersion=8]
|
| + string? accessible_name;
|
| };
|
|
|
| [MinVersion=2]
|
|
|