| 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 de8b7ef3d2c9f462cf566a96e15d700f5a0c5bfc..9073bcdd77fd11737b5666aded027a2cc03b36a4 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js
|
| @@ -64,6 +64,9 @@ cvox.ChromeVoxPrefs.DEFAULT_PREFS = {
|
| 'autoRead': false,
|
| 'brailleCaptions': false,
|
| 'brailleSideBySide': true,
|
| + 'brailleTableType': 'brailleTable8',
|
| + 'brailleTable6': 'en-UEB-g2',
|
| + 'brailleTable8': 'en-US-comp8',
|
| // TODO(dtseng): Leaking state about multiple key maps here until we have a
|
| // class to manage multiple key maps. Also, this doesn't belong as a pref;
|
| // should just store in local storage.
|
|
|