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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 2550593003: Expose media controls to accessibility (Closed)
Patch Set: Expose ducking controls to accessibility Created 4 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/public/browser/media_session.h ('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 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
« no previous file with comments | « content/public/browser/media_session.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698