| 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 eaa2d1bc4f6b909b21bcdf3198e4222e29b66f58..630c36584a3cc2eca9b8a855e9b541cc56c814cb 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
|
| @@ -435,6 +435,19 @@ chrome.automation.AutomationNode.prototype.location;
|
|
|
|
|
| /**
|
| + * @param {number} start
|
| + * @param {number} end
|
| + * @return {
|
| + * ({top: number, left: number, height: number, width: number})|undefined}
|
| + */
|
| +chrome.automation.AutomationNode.prototype.boundsForRange =
|
| + function(start, end) {};
|
| +
|
| +
|
| +chrome.automation.AutomationNode.prototype.makeVisible = function() {};
|
| +
|
| +
|
| +/**
|
| * @param {chrome.automation.EventType} eventType
|
| * @param {function(!chrome.automation.AutomationEvent) : void} callback
|
| * @param {boolean} capture
|
|
|