Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(365)

Unified Diff: components/arc/common/notifications.mojom

Issue 2318463002: arc: Make ChromeVox read an ARC custom notification (Closed)
Patch Set: rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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]
« no previous file with comments | « no previous file | ui/arc/notification/arc_custom_notification_item.cc » ('j') | ui/message_center/notification.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698