| 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 ea0c15769d0974d380571cfa8bf86e53c2d50729..0768af5c599bdd4cbc8c43c4a3202b00841f835e 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
|
| @@ -535,6 +535,10 @@ chrome.automation.AutomationNode.prototype.focus = function() {};
|
| chrome.automation.AutomationNode.prototype.showContextMenu = function() {};
|
|
|
|
|
| +chrome.automation.AutomationNode.prototype
|
| + .setSequentialFocusNavigationStartingPoint = function() {};
|
| +
|
| +
|
| /**
|
| * @param {number} start
|
| * @param {number} end
|
|
|