Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(510)

Unified Diff: chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js

Issue 1371483003: cvox2: Avoid uncaught exception on invalid input type. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698