Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1992)

Unified Diff: content/shell/test_runner/web_ax_object_proxy.h

Issue 2805493002: Boolean properties for Accessibility Object Model Phase 1 (Closed)
Patch Set: Back to previous patchset, ready to land Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/shell/test_runner/web_ax_object_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/test_runner/web_ax_object_proxy.h
diff --git a/content/shell/test_runner/web_ax_object_proxy.h b/content/shell/test_runner/web_ax_object_proxy.h
index ae0255a6e6dabf749eab2d6e030aa2e85919d53b..fdf141817f8db853cb11193cc446605439bd8d02 100644
--- a/content/shell/test_runner/web_ax_object_proxy.h
+++ b/content/shell/test_runner/web_ax_object_proxy.h
@@ -92,6 +92,8 @@ class WebAXObjectProxy : public gin::Wrappable<WebAXObjectProxy> {
int SelectionStartLineNumber();
int SelectionEndLineNumber();
+ bool IsAtomic();
+ bool IsBusy();
bool IsEnabled();
bool IsRequired();
bool IsEditable();
@@ -101,6 +103,7 @@ class WebAXObjectProxy : public gin::Wrappable<WebAXObjectProxy> {
bool IsModal();
bool IsSelected();
bool IsSelectable();
+ bool IsMultiLine();
bool IsMultiSelectable();
bool IsSelectedOptionActive();
bool IsExpanded();
« no previous file with comments | « no previous file | content/shell/test_runner/web_ax_object_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698