| 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 de3926217366d97813655d5e8fb2ae76231ceb99..83ec8103a79f31726d0d9bc8cee26aa0314f8405 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
|
| @@ -618,6 +618,18 @@ chrome.automation.focusOffset;
|
| */
|
| chrome.automation.AutomationNode.prototype.activeDescendant;
|
|
|
| +/** @type {number} */
|
| +chrome.automation.AutomationNode.prototype.tableCellColumnIndex;
|
| +
|
| +/** @type {number} */
|
| +chrome.automation.AutomationNode.prototype.tableCellRowIndex;
|
| +
|
| +/** @type {number} */
|
| +chrome.automation.AutomationNode.prototype.tableColumnCount;
|
| +
|
| +/** @type {number} */
|
| +chrome.automation.AutomationNode.prototype.tableRowCount;
|
| +
|
| /**
|
| * @extends {chrome.automation.AutomationNode}
|
| * @constructor
|
|
|