| Index: ui/accessibility/ax_node_data.cc
|
| diff --git a/ui/accessibility/ax_node_data.cc b/ui/accessibility/ax_node_data.cc
|
| index 4fd4b7e17bbb32815c0e2ab462e7036ebf97dc55..c4ffaf18f06387ce4f11a992d4ee6b3c5e66f935 100644
|
| --- a/ui/accessibility/ax_node_data.cc
|
| +++ b/ui/accessibility/ax_node_data.cc
|
| @@ -285,6 +285,9 @@ std::string AXNodeData::ToString() const {
|
| case AX_ATTR_VALUE:
|
| result += " value=" + value;
|
| break;
|
| + case AX_ATTR_TEXT_INPUT_TYPE:
|
| + result += " text_input_type=" + value;
|
| + break;
|
| case AX_STRING_ATTRIBUTE_NONE:
|
| break;
|
| }
|
|
|