Chromium Code Reviews| Index: ui/accessibility/ax_enums.idl |
| diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl |
| index b3deda05e8dd917f7e74f08d9e811a4763dafd75..b064d7b98584f9b6593fa97addb7587b27366f9d 100644 |
| --- a/ui/accessibility/ax_enums.idl |
| +++ b/ui/accessibility/ax_enums.idl |
| @@ -208,7 +208,6 @@ |
| haspopup, |
| horizontal, |
| hovered, |
| - indeterminate, |
| invisible, |
| linked, |
| multiline, |
| @@ -340,8 +339,8 @@ |
| }; |
| [cpp_enum_prefix_override="ax_attr"] enum AXBoolAttribute { |
| - // True if a checkbox or radio button is in the "mixed" state. |
| - button_mixed, |
| + // True if a checkbox or a menu item checkbox is in the "mixed" state. |
| + checkbox_mixed, |
| // Live region attributes. |
| container_live_atomic, |