| Index: chrome/renderer/resources/extensions/automation/automation_node.js
|
| diff --git a/chrome/renderer/resources/extensions/automation/automation_node.js b/chrome/renderer/resources/extensions/automation/automation_node.js
|
| index fea3e53f237ab38505d746fae659cc27fb79bac9..94b2f6c0413c145029cfa88d93b6395b4e351b7b 100644
|
| --- a/chrome/renderer/resources/extensions/automation/automation_node.js
|
| +++ b/chrome/renderer/resources/extensions/automation/automation_node.js
|
| @@ -368,6 +368,10 @@ AutomationNodeImpl.prototype = {
|
| }
|
| },
|
|
|
| + setSequentialFocusNavigationStartingPoint: function() {
|
| + this.performAction_('setSequentialFocusNavigationStartingPoint');
|
| + },
|
| +
|
| showContextMenu: function() {
|
| this.performAction_('showContextMenu');
|
| },
|
| @@ -1033,6 +1037,7 @@ utils.expose(AutomationNode, AutomationNodeImpl, {
|
| 'makeVisible',
|
| 'matches',
|
| 'setSelection',
|
| + 'setSequentialFocusNavigationStartingPoint',
|
| 'showContextMenu',
|
| 'addEventListener',
|
| 'removeEventListener',
|
|
|