| Index: ui/accessibility/ax_node_data.cc
|
| diff --git a/ui/accessibility/ax_node_data.cc b/ui/accessibility/ax_node_data.cc
|
| index 0191bc661d65df8f49a07a1cce9b35d77665f8ad..9ec2aa7dc8679826eebbf2299c55efb53151356f 100644
|
| --- a/ui/accessibility/ax_node_data.cc
|
| +++ b/ui/accessibility/ax_node_data.cc
|
| @@ -570,6 +570,9 @@ std::string AXNodeData::ToString() const {
|
| case AX_ATTR_FONT_FAMILY:
|
| result += " font-family=" + value;
|
| break;
|
| + case AX_ATTR_HELP_TEXT:
|
| + result += " help_text=" + value;
|
| + break;
|
| case AX_ATTR_HTML_TAG:
|
| result += " html_tag=" + value;
|
| break;
|
|
|