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

Unified Diff: chrome/renderer/resources/extensions/automation/automation_node.js

Issue 2447773002: Use setSequentialFocusNavigationStartingPoint in ChromeVox (Closed)
Patch Set: Links or controls Created 4 years, 2 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/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',

Powered by Google App Engine
This is Rietveld 408576698