Chromium Code Reviews| 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..b2fe1c1a9e94831dc9577b6b07cbb2240a63e742 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 |
|
Luis Héctor Chávez
2017/04/28 21:59:44
ah i forgot: [MinVersion=2]. You'll also need to b
David Tseng
2017/05/05 19:59:21
Done.
|
| }; |
| // AccessibilityEventData is a struct to contain info of |