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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 780553002: Switch content/ to use AX_STATE_DISABLE instead of AX_STATE_ENABLED. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « content/renderer/accessibility/blink_ax_enum_conversion.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/ax_enums.idl
diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
index 7bd865318851809195ee8676938d3bafb04ad770..a82ad4504f83fb2fa92f3dcc68818dccabd28851 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -184,14 +184,13 @@
window
};
- // TODO(dmazzoni): switch content/ to use AX_STATE_DISABLED instead of
- // !AX_STATE_ENABLED, and AX_STATE_EDITABLE instead of !AX_STATE_READONLY.
+ // TODO(dmazzoni): switch content/ to use AX_STATE_EDITABLE instead of !AX_STATE_READONLY.
enum AXState {
busy,
checked,
collapsed,
default,
- disabled, // ui/views only
+ disabled,
editable, // ui/views only
enabled, // content only
dmazzoni 2014/12/22 08:11:30 Can we delete this one now?
shreeramk 2014/12/22 10:30:53 @Dominic: I have a doubt. "switch content/ to use
expanded,
« no previous file with comments | « content/renderer/accessibility/blink_ax_enum_conversion.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698