| 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 a4ed705dfeada4d15b6872c42213603378f6251e..4c9434be483a3b730a5da17497289ff0a08e1de4 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
|
| @@ -568,6 +568,12 @@ chrome.automation.AutomationNode.prototype.liveBusy;
|
| chrome.automation.AutomationNode.prototype.find = function(findParams) {};
|
|
|
| /**
|
| + * @param {Object} findParams
|
| + * @return {Array<chrome.automation.AutomationNode>}
|
| + */
|
| +chrome.automation.AutomationNode.prototype.findAll = function(findParams) {};
|
| +
|
| +/**
|
| * @type {string}
|
| */
|
| chrome.automation.AutomationNode.prototype.inputType;
|
|
|