Index: chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js |
diff --git a/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js b/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js |
index 66d44a5da47a01ba5374254c6e0d1bd3cbd756e4..90ef1859f07ebe9463d7adb81b048f95e7347b3d 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js |
+++ b/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js |
@@ -12,5 +12,13 @@ |
/** @type {function() : !Object} */ |
chrome.app.getDetails; |
+// Media related automation actions and events. |
+chrome.automation.AutomationNode.prototype.resumeMedia = function() {}; |
+chrome.automation.AutomationNode.prototype.startDuckingMedia = function() {}; |
+chrome.automation.AutomationNode.prototype.stopDuckingMedia = function() {}; |
+chrome.automation.AutomationNode.prototype.suspendMedia = function() {}; |
+chrome.automation.EventType.mediaStartedPlaying; |
+chrome.automation.EventType.mediaStoppedPlaying; |
+ |
/** @type {string|undefined} */ |
chrome.automation.AutomationNode.prototype.chromeChannel; |