| 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..1c6aefa254ceb71eb6a0511aacca366e8b36761b 100644
|
| --- a/ui/accessibility/platform/test_ax_node_wrapper.cc
|
| +++ b/ui/accessibility/platform/test_ax_node_wrapper.cc
|
| @@ -119,7 +119,8 @@ TestAXNodeWrapper::GetTargetForNativeAccessibilityEvent() {
|
| void TestAXNodeWrapper::DoDefaultAction() {
|
| }
|
|
|
| -bool TestAXNodeWrapper::SetStringValue(const base::string16& new_value) {
|
| +bool TestAXNodeWrapper::SetStringValue(const base::string16& new_value,
|
| + bool clear_first) {
|
| return false;
|
| }
|
|
|
|
|