| Index: chrome/browser/resources/chromeos/switch_access/prefs.js
|
| diff --git a/chrome/browser/resources/chromeos/switch_access/prefs.js b/chrome/browser/resources/chromeos/switch_access/prefs.js
|
| index 6c2a327b789b8dabb2234ba21c8aea199fc45cc1..15ae9dd93f15c24e56ad68428bb157850a4b1504 100644
|
| --- a/chrome/browser/resources/chromeos/switch_access/prefs.js
|
| +++ b/chrome/browser/resources/chromeos/switch_access/prefs.js
|
| @@ -17,7 +17,7 @@ function SwitchAccessPrefs() {
|
|
|
| this.loadPrefs_();
|
| chrome.storage.onChanged.addListener(this.handleStorageChange_.bind(this));
|
| -};
|
| +}
|
|
|
| SwitchAccessPrefs.prototype = {
|
| /**
|
|
|