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 f4265d9b3710cc31cf2b0068c2c8471959a7d34a..e0f29cdba1dc95a6f32be12da509532b39d1e9c3 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; |