| Index: ui/accessibility/platform/test_ax_node_wrapper.cc
|
| diff --git a/ui/accessibility/platform/test_ax_node_wrapper.cc b/ui/accessibility/platform/test_ax_node_wrapper.cc
|
| index 9561733ee30af96376bec43e1232439e9912fd81..7e52077ca43370cd9235228b38d1ddb99bc2ea84 100644
|
| --- a/ui/accessibility/platform/test_ax_node_wrapper.cc
|
| +++ b/ui/accessibility/platform/test_ax_node_wrapper.cc
|
| @@ -122,8 +122,6 @@ bool TestAXNodeWrapper::AccessibilityPerformAction(
|
| return true;
|
| }
|
|
|
| -void TestAXNodeWrapper::DoDefaultAction() {}
|
| -
|
| TestAXNodeWrapper::TestAXNodeWrapper(AXTree* tree, AXNode* node)
|
| : tree_(tree),
|
| node_(node),
|
|
|