| Index: ui/accessibility/ax_node_data.cc
|
| diff --git a/ui/accessibility/ax_node_data.cc b/ui/accessibility/ax_node_data.cc
|
| index eea07f3907d23b2f0690d0ad2172332a19622953..1655b399f1e8abf31df1332113e954ce0fb68e58 100644
|
| --- a/ui/accessibility/ax_node_data.cc
|
| +++ b/ui/accessibility/ax_node_data.cc
|
| @@ -814,9 +814,6 @@ std::string AXNodeData::ToString() const {
|
| case AX_ATTR_ROLE_DESCRIPTION:
|
| result += " role_description=" + value;
|
| break;
|
| - case AX_ATTR_SHORTCUT:
|
| - result += " shortcut=" + value;
|
| - break;
|
| case AX_ATTR_URL:
|
| result += " url=" + value;
|
| break;
|
|
|