Chromium Code Reviews| Index: ui/accessibility/ax_enums.idl |
| diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl |
| index 2209a2726b347f5dfd362e4a29d8da5930f29a3f..cdeb05d52c508601d0285ec8cb9106067e665049 100644 |
| --- a/ui/accessibility/ax_enums.idl |
| +++ b/ui/accessibility/ax_enums.idl |
| @@ -45,6 +45,8 @@ |
| live_region_changed, // Web |
| load_complete, // Web |
| location_changed, // Web |
| + media_started_playing, |
|
dmazzoni
2016/12/08 20:54:27
Comment these as Chrome OS only or automation API
David Tseng
2016/12/08 22:51:22
added // automation (in theory, they should work e
|
| + media_stopped_playing, |
| menu_end, // Native / Win |
| menu_list_item_selected, // Web |
| menu_list_value_changed, // Web |