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 5b73df85d90c7b3458217ef1a392811b1fa098f3..fc636a1660b9d55eb046268d8277f6bc3601596e 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(); |