| 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 cd4352eaf71a7706a27c1d74b66b05b0796ceb73..90ef1859f07ebe9463d7adb81b048f95e7347b3d 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
|
| @@ -19,3 +19,6 @@ 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;
|
|
|