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

Unified Diff: chrome/browser/resources/chromeos/switch_access/switch_access.js

Issue 2863613003: Implemented scanning by group (Closed)
Patch Set: Responded to comments Created 3 years, 7 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/browser/resources/chromeos/switch_access/switch_access.js
diff --git a/chrome/browser/resources/chromeos/switch_access/switch_access.js b/chrome/browser/resources/chromeos/switch_access/switch_access.js
index f24f524cd3dd7ee3d33f4ea080674d6afaec0f22..c2e2fa29c518568d9aae408b4aa7557aae060e5e 100644
--- a/chrome/browser/resources/chromeos/switch_access/switch_access.js
+++ b/chrome/browser/resources/chromeos/switch_access/switch_access.js
@@ -75,8 +75,8 @@ SwitchAccess.prototype = {
*
* @override
*/
- doDefault: function() {
- this.automationManager_.doDefault();
+ selectCurrentNode: function() {
+ this.automationManager_.selectCurrentNode();
},
/**

Powered by Google App Engine
This is Rietveld 408576698