| 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 59f47e8a10959013ebc733745c8c3e3ed4d29039..a4ed705dfeada4d15b6872c42213603378f6251e 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
|
| @@ -285,8 +285,10 @@ chrome.automation.FindParams;
|
|
|
| /**
|
| * @constructor
|
| + * @param {chrome.automation.EventType} type
|
| + * @param {chrome.automation.AutomationNode} node
|
| */
|
| -chrome.automation.AutomationEvent = function() {};
|
| +chrome.automation.AutomationEvent = function(type, node) {};
|
|
|
| /**
|
| * @type {!chrome.automation.AutomationNode}
|
| @@ -603,5 +605,10 @@ chrome.automation.AutomationNode.prototype.lineBreaks;
|
| */
|
| chrome.automation.focusOffset;
|
|
|
| +/**
|
| + * @type {(chrome.automation.AutomationNode|undefined)}
|
| + */
|
| +chrome.automation.AutomationNode.prototype.activeDescendant;
|
| +
|
| /** @type {function() : !Object} */
|
| chrome.app.getDetails;
|
|
|