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

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

Issue 2479893002: Revert of Use setSequentialFocusNavigationStartingPoint in ChromeVox (Closed)
Patch Set: Created 4 years, 1 month 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 94b2f6c0413c145029cfa88d93b6395b4e351b7b..fea3e53f237ab38505d746fae659cc27fb79bac9 100644
--- a/chrome/renderer/resources/extensions/automation/automation_node.js
+++ b/chrome/renderer/resources/extensions/automation/automation_node.js
@@ -366,10 +366,6 @@
anchorOffset: startIndex,
focusOffset: endIndex });
}
- },
-
- setSequentialFocusNavigationStartingPoint: function() {
- this.performAction_('setSequentialFocusNavigationStartingPoint');
},
showContextMenu: function() {
@@ -1037,7 +1033,6 @@
'makeVisible',
'matches',
'setSelection',
- 'setSequentialFocusNavigationStartingPoint',
'showContextMenu',
'addEventListener',
'removeEventListener',
« no previous file with comments | « chrome/common/extensions/api/automation_internal.idl ('k') | content/renderer/accessibility/render_accessibility_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698