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

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

Issue 2826423003: Expand Chrome OS ARC support to create one tree source per package (Closed)
Patch Set: One tree per app. Created 3 years, 8 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/accessibility_helper.mojom
diff --git a/components/arc/common/accessibility_helper.mojom b/components/arc/common/accessibility_helper.mojom
index d80b7355993d7e2e21eef62df5b15d09fd3ff340..c2e2bb04b373f175a0c5be86f273160e5d4f0c6a 100644
--- a/components/arc/common/accessibility_helper.mojom
+++ b/components/arc/common/accessibility_helper.mojom
@@ -156,7 +156,10 @@ enum AccessibilityFilterType {
FOCUS,
// Send a complete tree from the event source's root for every event.
- ALL
+ ALL,
+
+ // Send complete subtrees for root nodes with whitelisted package names.
+ WHITELISTED_PACKAGE_NAME
};
// AccessibilityEventData is a struct to contain info of
@@ -168,7 +171,7 @@ struct AccessibilityEventData {
array<AccessibilityNodeInfoData> nodeData;
};
-// Next method ID: 2
+// Next method ID: 3
yawano 2017/04/25 09:29:23 nit: Next method ID: 2
David Tseng 2017/04/25 22:48:03 Done.
interface AccessibilityHelperHost {
OnAccessibilityEventDeprecated@0(AccessibilityEventType eventType,
AccessibilityNodeInfoData? eventSource);

Powered by Google App Engine
This is Rietveld 408576698