| Index: chrome/browser/resources/chromeos/switch_access/auto_scan_manager.js
|
| diff --git a/chrome/browser/resources/chromeos/switch_access/auto_scan_manager.js b/chrome/browser/resources/chromeos/switch_access/auto_scan_manager.js
|
| index 24043ae12632d57a14a41f79d36c9e262baf40bd..3e1f82088f5f5671d7f817efa3a879a6478f8c60 100644
|
| --- a/chrome/browser/resources/chromeos/switch_access/auto_scan_manager.js
|
| +++ b/chrome/browser/resources/chromeos/switch_access/auto_scan_manager.js
|
| @@ -32,7 +32,7 @@ function AutoScanManager(switchAccess) {
|
| let enabled = switchAccess.switchAccessPrefs.getBooleanPref('enableAutoScan');
|
| if (enabled)
|
| this.start_();
|
| -};
|
| +}
|
|
|
| AutoScanManager.prototype = {
|
| /**
|
|
|