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

Unified Diff: ui/accessibility/ax_node_data.cc

Issue 692643005: ARIA state/property(aria-relevant,aria-busy) are not exposed correctly on MAC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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_node_data.cc
diff --git a/ui/accessibility/ax_node_data.cc b/ui/accessibility/ax_node_data.cc
index d78dddaf66371319923e4c62586115845f981595..2d7c3638a097e4dd021cbe824bb97d24174314d8 100644
--- a/ui/accessibility/ax_node_data.cc
+++ b/ui/accessibility/ax_node_data.cc
@@ -337,9 +337,6 @@ std::string AXNodeData::ToString() const {
case AX_ATTR_CONTAINER_LIVE_ATOMIC:
result += " container_atomic=" + value;
break;
- case AX_ATTR_CONTAINER_LIVE_BUSY:
- result += " container_busy=" + value;
- break;
case AX_ATTR_ARIA_READONLY:
result += " aria_readonly=" + value;
break;
« content/renderer/accessibility/blink_ax_tree_source.cc ('K') | « ui/accessibility/ax_enums.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698