Chromium Code Reviews| Index: ui/accessibility/ax_enums.idl |
| diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl |
| index b0d926a47af8f7ab3b1afbeecceb518fc6dac8cb..9e7e3f729c693e70e6760f3edec7e834d38ba973 100644 |
| --- a/ui/accessibility/ax_enums.idl |
| +++ b/ui/accessibility/ax_enums.idl |
| @@ -345,7 +345,10 @@ |
| // Set if this node is the host of an external AXTree, for |
| // example a web view that's a child of a native view, or a |
| // web iframe that's the child of another web frame. |
| - is_ax_tree_host |
| + is_ax_tree_host, |
| + |
| + // grabbed attributes |
|
dmazzoni
2015/01/27 06:59:41
Make it a short sentence, like:
Set if this node
je_julie(Not used)
2015/01/27 16:00:29
Done.
|
| + grabbed |
| }; |
| [cpp_enum_prefix_override="ax_attr"] enum AXIntListAttribute { |