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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 2799413002: Views a11y: Add AXNodeData.actions bitfield to indicate supported actions by UI. (Closed)
Patch Set: Fix tests broken from rebase. Created 3 years, 7 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: ui/accessibility/ax_enums.idl
diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
index 1a54113609aa377261d08bc47d9731817b3f45bc..88751f8b8ccffbe93afa958f5f0749b20460fb96 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -470,9 +470,6 @@
// ARIA readonly flag.
aria_readonly,
- // Writeable attributes
- can_set_value,
-
// If this is set, all of the other fields in this struct should
// be ignored and only the locations should change.
update_location_only,

Powered by Google App Engine
This is Rietveld 408576698