| 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(); | 
| }, | 
|  | 
| /** | 
|  |