Chromium Code Reviews| 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 c639e0879bf70f436f1a807c98360467db7a66bc..bed874abdfb07999a02e427c68ac19ff70270444 100644 |
| --- a/ui/accessibility/platform/test_ax_node_wrapper.cc |
| +++ b/ui/accessibility/platform/test_ax_node_wrapper.cc |
| @@ -123,6 +123,10 @@ bool TestAXNodeWrapper::SetStringValue(const base::string16& new_value) { |
| return false; |
| } |
| +bool TestAXNodeWrapper::ReplaceSelectedText(const base::string16& new_value) { |
| + return false; |
| +} |
| + |
| bool TestAXNodeWrapper::CanSetStringValue() { |
| return false; |
| } |