Chromium Code Reviews| 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 1f4408b82b5ffba7e25f7c81bb7378e462ff06a9..42819722a23732b712bed1f34141524c8e7d573d 100644 |
| --- a/components/test_runner/web_ax_object_proxy.h |
| +++ b/components/test_runner/web_ax_object_proxy.h |
| @@ -89,6 +89,7 @@ class WebAXObjectProxy : public gin::Wrappable<WebAXObjectProxy> { |
| bool IsEnabled(); |
| bool IsRequired(); |
| + bool IsEditable(); |
| bool IsRichlyEditable(); |
| bool IsFocused(); |
| bool IsFocusable(); |