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 b9abcaf27275d336a9a4c70645e312ae7525901c..1b8c4690598074ea359c42fa629d417d023fdb08 100644 |
| --- a/components/test_runner/web_ax_object_proxy.h |
| +++ b/components/test_runner/web_ax_object_proxy.h |
| @@ -75,6 +75,7 @@ class WebAXObjectProxy : public gin::Wrappable<WebAXObjectProxy> { |
| int SelectionEndLineNumber(); |
| bool IsEnabled(); |
| bool IsRequired(); |
| + bool IsRichlyEditable(); |
| bool IsFocused(); |
| bool IsFocusable(); |
| bool IsSelected(); |