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

Unified Diff: chrome/common/extensions/api/automation_internal.idl

Issue 2550593003: Expose media controls to accessibility (Closed)
Patch Set: 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
Index: chrome/common/extensions/api/automation_internal.idl
diff --git a/chrome/common/extensions/api/automation_internal.idl b/chrome/common/extensions/api/automation_internal.idl
index 6182ebdabe79736ec41fcf1d95b743a21a4d456c..6df67c2f5f60577c4623bb61d3943fe78c331a10 100644
--- a/chrome/common/extensions/api/automation_internal.idl
+++ b/chrome/common/extensions/api/automation_internal.idl
@@ -36,6 +36,8 @@ namespace automationInternal {
setAccessibilityFocus,
setSequentialFocusNavigationStartingPoint,
setSelection,
+ startDucking,
+ stopDucking,
showContextMenu
};

Powered by Google App Engine
This is Rietveld 408576698