| 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 2f461ff803bd75f0a25c22a6ea93b1aebbf9b4ea..6ba315b3fcf26e17ecec7dc2e74ca9c690229a8a 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
|
| @@ -514,3 +514,8 @@ chrome.automation.AutomationNode.prototype.containerLiveBusy;
|
| * @param {Object} findParams
|
| */
|
| chrome.automation.AutomationNode.prototype.find = function(findParams) {};
|
| +
|
| +/**
|
| + * @type {string}
|
| + */
|
| +chrome.automation.AutomationNode.prototype.inputType;
|
|
|