Chromium Code Reviews| Index: chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js |
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js b/chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js |
| index 396a11ec2123fedd67250c42085b8dcc62e6d184..b41e653e44963a57e118cce92db14a148b6e7fe9 100644 |
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js |
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js |
| @@ -60,9 +60,10 @@ cvox.ChromeVoxPrefs = function() { |
| */ |
| cvox.ChromeVoxPrefs.DEFAULT_PREFS = { |
| 'active': true, |
| + 'audioStrategy': 'audioNormal', |
| 'brailleCaptions': false, |
| 'brailleSideBySide': true, |
| - // TODO(dtseng): Leaking state about multiple key maps here until we have a |
| + // TODO(dtseng): Leaking state about multiple key maps here until we have a |
|
dmazzoni
2016/12/13 21:02:19
nit: looks like indentation accidentally changed h
|
| // class to manage multiple key maps. Also, this doesn't belong as a pref; |
| // should just store in local storage. |
| 'currentKeyMap' : cvox.KeyMap.DEFAULT_KEYMAP, |