| Index: components/test_runner/web_ax_object_proxy.h
|
| diff --git a/components/test_runner/web_ax_object_proxy.h b/components/test_runner/web_ax_object_proxy.h
|
| index 1b8c4690598074ea359c42fa629d417d023fdb08..6a4067d674ba877a64372371f42da2c29bdce20a 100644
|
| --- a/components/test_runner/web_ax_object_proxy.h
|
| +++ b/components/test_runner/web_ax_object_proxy.h
|
| @@ -133,6 +133,7 @@ class WebAXObjectProxy : public gin::Wrappable<WebAXObjectProxy> {
|
| void Decrement();
|
| void ShowMenu();
|
| void Press();
|
| + bool SetValue(const std::string& value);
|
| bool IsEqual(v8::Local<v8::Object> proxy);
|
| void SetNotificationListener(v8::Local<v8::Function> callback);
|
| void UnsetNotificationListener();
|
|
|