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..dd7505f9f01def7c9596e967d8bba3ba3f0c4876 100644 |
--- a/components/arc/common/accessibility_helper.mojom |
+++ b/components/arc/common/accessibility_helper.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: 2 |
+// Next MinVersion: 3 |
module arc.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. |
+ [MinVersion=2]WHITELISTED_PACKAGE_NAME |
}; |
// AccessibilityEventData is a struct to contain info of |